The following document contains the results of Checkstyle 6.11.2 with http://depot.universaal.org/Resources/Checkstyle/uaal-checkstyle-config.xml ruleset. 
| Category | Rule | Violations | Severity |
|---|---|---|---|
| blocks | NeedBraces | 922 | |
| RightCurly | 19 | ||
| coding | AvoidInlineConditionals | 93 | |
| EqualsHashCode | 8 | ||
| HiddenField | 50 | ||
| InnerAssignment | 8 | ||
| MagicNumber | 590 | ||
| MissingSwitchDefault | 38 | ||
| SimplifyBooleanExpression | 101 | ||
| SimplifyBooleanReturn | 4 | ||
| design | DesignForExtension | 2461 | |
| FinalClass | 35 | ||
| HideUtilityClassConstructor | 5 | ||
| VisibilityModifier | 31 | ||
| imports | AvoidStarImport | 13 | |
| RedundantImport | 2 | ||
| UnusedImports | 59 | ||
| javadoc | JavadocMethod | 3831 | |
JavadocPackage
|
95 | ||
| JavadocStyle | 353 | ||
| JavadocType | 262 | ||
| JavadocVariable | 1864 | ||
| misc | ArrayTypeStyle | 18 | |
| FinalParameters | 2748 | ||
| NewlineAtEndOfFile | 24 | ||
| TodoComment | 33 | ||
| modifier | ModifierOrder | 1 | |
| naming | ConstantName | 279 | |
| LocalVariableName | 263 | ||
| MemberName | 9 | ||
| MethodName | 17 | ||
| ParameterName | 10 | ||
| TypeName | 6 | ||
| regexp | RegexpSingleline
|
3963 | |
| sizes | LineLength | 1439 | |
| MethodLength | 18 | ||
| whitespace | FileTabCharacter
|
602 | |
| MethodParamPad | 64 | ||
| NoWhitespaceAfter | 116 | ||
| NoWhitespaceBefore | 14 | ||
| OperatorWrap | 5 | ||
| ParenPad | 6 | ||
| WhitespaceAfter | 98 | ||
| WhitespaceAround | 162 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| misc | FinalParameters | Parameter mc should be final. | 31 | |
| design | DesignForExtension | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| misc | FinalParameters | Parameter mc should be final. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| design | DesignForExtension | Method 'createInstance' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| misc | FinalParameters | Parameter classURI should be final. | 44 | |
| misc | FinalParameters | Parameter instanceURI should be final. | 44 | |
| misc | FinalParameters | Parameter factoryIndex should be final. | 45 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 47 | |
| coding | MagicNumber | '3' is a magic number. | 54 | |
| coding | MagicNumber | '4' is a magic number. | 56 | |
| coding | MagicNumber | '5' is a magic number. | 58 | |
| coding | MagicNumber | '6' is a magic number. | 60 | |
| coding | MagicNumber | '7' is a magic number. | 62 | |
| coding | MagicNumber | '8' is a magic number. | 64 | |
| coding | MagicNumber | '9' is a magic number. | 66 | |
| coding | MagicNumber | '10' is a magic number. | 68 | |
| coding | MagicNumber | '11' is a magic number. | 70 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| design | VisibilityModifier | Variable 'dro' must be private and have accessor methods. | 29 | |
| design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| misc | FinalParameters | Parameter mc should be final. | 31 | |
| design | DesignForExtension | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| misc | FinalParameters | Parameter mc should be final. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.ontology.activityhub.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.ontology.activityhub.ext.*. | 30 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| design | DesignForExtension | Method 'create' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| sizes | MethodLength | Method length is 502 lines (max allowed is 150). | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 135 | |
| coding | MagicNumber | '3' is a magic number. | 142 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 164 | |
| coding | MagicNumber | '4' is a magic number. | 171 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 192 | |
| coding | MagicNumber | '5' is a magic number. | 199 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 221 | |
| coding | MagicNumber | '6' is a magic number. | 228 | |
| coding | MagicNumber | '7' is a magic number. | 259 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 280 | |
| coding | MagicNumber | '8' is a magic number. | 288 | |
| coding | MagicNumber | '9' is a magic number. | 317 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 341 | |
| coding | MagicNumber | '10' is a magic number. | 349 | |
| coding | MagicNumber | '11' is a magic number. | 381 | |
| coding | MagicNumber | '12' is a magic number. | 408 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 429 | |
| coding | MagicNumber | '13' is a magic number. | 437 | |
| coding | MagicNumber | '14' is a magic number. | 468 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 493 | |
| coding | MagicNumber | '15' is a magic number. | 500 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 503 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 517 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 521 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 545 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.ontology.asor.*. | 25 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| naming | MemberName | Name '_asorOntology' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 29 | |
| design | VisibilityModifier | Variable '_asorOntology' must be private and have accessor methods. | 29 | |
| design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| misc | FinalParameters | Parameter mc should be final. | 31 | |
| design | DesignForExtension | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| misc | FinalParameters | Parameter mc should be final. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 30 | |
| design | DesignForExtension | Method 'createInstance' is not designed for extension - needs to be abstract, final or empty. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| misc | FinalParameters | Parameter classURI should be final. | 32 | |
| misc | FinalParameters | Parameter instanceURI should be final. | 32 | |
| misc | FinalParameters | Parameter factoryIndex should be final. | 33 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 35 | |
| coding | MagicNumber | '3' is a magic number. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| misc | FinalParameters | Parameter mc should be final. | 32 | |
| design | DesignForExtension | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| misc | FinalParameters | Parameter mc should be final. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| design | DesignForExtension | Method 'createInstance' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| misc | FinalParameters | Parameter classURI should be final. | 44 | |
| misc | FinalParameters | Parameter instanceURI should be final. | 44 | |
| misc | FinalParameters | Parameter factoryIndex should be final. | 45 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| design | VisibilityModifier | Variable 'cho' must be private and have accessor methods. | 40 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 44 | |
| design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| misc | FinalParameters | Parameter mc should be final. | 45 | |
| javadoc | JavadocMethod | Expected @param tag for 'mc'. | 45 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 45 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 46 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 49 | |
| design | DesignForExtension | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| misc | FinalParameters | Parameter mc should be final. | 50 | |
| javadoc | JavadocMethod | Expected @param tag for 'mc'. | 50 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 37 | |
| design | DesignForExtension | Method 'createInstance' is not designed for extension - needs to be abstract, final or empty. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| misc | FinalParameters | Parameter classURI should be final. | 39 | |
| misc | FinalParameters | Parameter instanceURI should be final. | 39 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 40 | |
| misc | FinalParameters | Parameter factoryIndex should be final. | 40 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 26 | |
| naming | MemberName | Name '_cryptographicOntology' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 26 | |
| design | VisibilityModifier | Variable '_cryptographicOntology' must be private and have accessor methods. | 26 | |
| design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| misc | FinalParameters | Parameter mc should be final. | 29 | |
| design | DesignForExtension | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| misc | FinalParameters | Parameter mc should be final. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 42 | |
| design | DesignForExtension | Method 'createInstance' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| misc | FinalParameters | Parameter classURI should be final. | 42 | |
| misc | FinalParameters | Parameter instanceURI should be final. | 42 | |
| misc | FinalParameters | Parameter factoryIndex should be final. | 42 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 44 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 44 | |
| coding | MagicNumber | '3' is a magic number. | 51 | |
| coding | MagicNumber | '4' is a magic number. | 53 | |
| coding | MagicNumber | '5' is a magic number. | 55 | |
| coding | MagicNumber | '6' is a magic number. | 57 | |
| coding | MagicNumber | '7' is a magic number. | 59 | |
| coding | MagicNumber | '8' is a magic number. | 61 | |
| coding | MagicNumber | '9' is a magic number. | 63 | |
| coding | MagicNumber | '10' is a magic number. | 65 | |
| coding | MagicNumber | '11' is a magic number. | 67 | |
| coding | MagicNumber | '12' is a magic number. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| coding | MagicNumber | '13' is a magic number. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| coding | MagicNumber | '14' is a magic number. | 73 | |
| coding | MagicNumber | '15' is a magic number. | 75 | |
| coding | MagicNumber | '16' is a magic number. | 77 | |
| coding | MagicNumber | '17' is a magic number. | 79 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 18 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.ontology.dependability.*. | 27 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| design | VisibilityModifier | Variable 'context' must be private and have accessor methods. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| naming | MemberName | Name '_dependabilityontology' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 33 | |
| design | VisibilityModifier | Variable '_dependabilityontology' must be private and have accessor methods. | 33 | |
| design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| misc | FinalParameters | Parameter mc should be final. | 35 | |
| design | DesignForExtension | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| misc | FinalParameters | Parameter mc should be final. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 18 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 54 | |
| design | DesignForExtension | Method 'createInstance' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| misc | FinalParameters | Parameter classURI should be final. | 56 | |
| misc | FinalParameters | Parameter instanceURI should be final. | 56 | |
| misc | FinalParameters | Parameter factoryIndex should be final. | 57 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 59 | |
| coding | MagicNumber | '3' is a magic number. | 66 | |
| coding | MagicNumber | '4' is a magic number. | 68 | |
| coding | MagicNumber | '5' is a magic number. | 70 | |
| coding | MagicNumber | '6' is a magic number. | 72 | |
| coding | MagicNumber | '7' is a magic number. | 74 | |
| coding | MagicNumber | '8' is a magic number. | 76 | |
| coding | MagicNumber | '9' is a magic number. | 78 | |
| coding | MagicNumber | '10' is a magic number. | 80 | |
| coding | MagicNumber | '11' is a magic number. | 82 | |
| coding | MagicNumber | '12' is a magic number. | 84 | |
| coding | MagicNumber | '13' is a magic number. | 86 | |
| coding | MagicNumber | '14' is a magic number. | 88 | |
| coding | MagicNumber | '15' is a magic number. | 90 | |
| coding | MagicNumber | '16' is a magic number. | 92 | |
| coding | MagicNumber | '17' is a magic number. | 94 | |
| coding | MagicNumber | '18' is a magic number. | 96 | |
| coding | MagicNumber | '19' is a magic number. | 98 | |
| coding | MagicNumber | '20' is a magic number. | 100 | |
| coding | MagicNumber | '21' is a magic number. | 102 | |
| coding | MagicNumber | '22' is a magic number. | 104 | |
| coding | MagicNumber | '23' is a magic number. | 106 | |
| coding | MagicNumber | '24' is a magic number. | 108 | |
| coding | MagicNumber | '25' is a magic number. | 110 | |
| coding | MagicNumber | '26' is a magic number. | 112 | |
| coding | MagicNumber | '27' is a magic number. | 114 | |
| coding | MagicNumber | '28' is a magic number. | 116 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| misc | FinalParameters | Parameter mc should be final. | 33 | |
| design | DesignForExtension | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| misc | FinalParameters | Parameter mc should be final. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| misc | FinalParameters | Parameter mc should be final. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| design | DesignForExtension | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| misc | FinalParameters | Parameter mc should be final. | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.ontology.device.home.*. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| design | DesignForExtension | Method 'createInstance' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| misc | FinalParameters | Parameter classURI should be final. | 36 | |
| misc | FinalParameters | Parameter instanceURI should be final. | 36 | |
| misc | FinalParameters | Parameter factoryIndex should be final. | 37 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 38 | |
| coding | MagicNumber | '3' is a magic number. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.ontology.device.*. | 26 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 28 | |
| design | DesignForExtension | Method 'createInstance' is not designed for extension - needs to be abstract, final or empty. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| misc | FinalParameters | Parameter classURI should be final. | 30 | |
| misc | FinalParameters | Parameter instanceURI should be final. | 30 | |
| misc | FinalParameters | Parameter factoryIndex should be final. | 31 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 33 | |
| coding | MagicNumber | '3' is a magic number. | 40 | |
| coding | MagicNumber | '4' is a magic number. | 42 | |
| coding | MagicNumber | '5' is a magic number. | 44 | |
| coding | MagicNumber | '6' is a magic number. | 46 | |
| coding | MagicNumber | '7' is a magic number. | 48 | |
| coding | MagicNumber | '8' is a magic number. | 50 | |
| coding | MagicNumber | '9' is a magic number. | 52 | |
| coding | MagicNumber | '10' is a magic number. | 54 | |
| coding | MagicNumber | '12' is a magic number. | 58 | |
| coding | MagicNumber | '13' is a magic number. | 60 | |
| coding | MagicNumber | '14' is a magic number. | 62 | |
| coding | MagicNumber | '15' is a magic number. | 64 | |
| coding | MagicNumber | '16' is a magic number. | 66 | |
| coding | MagicNumber | '17' is a magic number. | 68 | |
| coding | MagicNumber | '18' is a magic number. | 70 | |
| coding | MagicNumber | '19' is a magic number. | 72 | |
| coding | MagicNumber | '20' is a magic number. | 74 | |
| coding | MagicNumber | '21' is a magic number. | 76 | |
| coding | MagicNumber | '22' is a magic number. | 78 | |
| coding | MagicNumber | '23' is a magic number. | 80 | |
| coding | MagicNumber | '24' is a magic number. | 82 | |
| coding | MagicNumber | '25' is a magic number. | 84 | |
| coding | MagicNumber | '26' is a magic number. | 86 | |
| coding | MagicNumber | '27' is a magic number. | 88 | |
| coding | MagicNumber | '28' is a magic number. | 90 | |
| coding | MagicNumber | '29' is a magic number. | 92 | |
| coding | MagicNumber | '30' is a magic number. | 94 | |
| coding | MagicNumber | '31' is a magic number. | 96 | |
| coding | MagicNumber | '32' is a magic number. | 98 | |
| coding | MagicNumber | '33' is a magic number. | 100 | |
| coding | MagicNumber | '34' is a magic number. | 102 | |
| coding | MagicNumber | '35' is a magic number. | 104 | |
| coding | MagicNumber | '36' is a magic number. | 106 | |
| coding | MagicNumber | '37' is a magic number. | 108 | |
| coding | MagicNumber | '38' is a magic number. | 110 | |
| coding | MagicNumber | '39' is a magic number. | 112 | |
| coding | MagicNumber | '40' is a magic number. | 114 | |
| coding | MagicNumber | '41' is a magic number. | 116 | |
| coding | MagicNumber | '42' is a magic number. | 118 | |
| coding | MagicNumber | '43' is a magic number. | 120 | |
| coding | MagicNumber | '44' is a magic number. | 122 | |
| coding | MagicNumber | '45' is a magic number. | 124 | |
| coding | MagicNumber | '46' is a magic number. | 126 | |
| coding | MagicNumber | '47' is a magic number. | 128 | |
| coding | MagicNumber | '48' is a magic number. | 130 | |
| coding | MagicNumber | '49' is a magic number. | 132 | |
| coding | MagicNumber | '50' is a magic number. | 134 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 33 | |
| design | DesignForExtension | Method 'createInstance' is not designed for extension - needs to be abstract, final or empty. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| misc | FinalParameters | Parameter classURI should be final. | 33 | |
| misc | FinalParameters | Parameter instanceURI should be final. | 33 | |
| misc | FinalParameters | Parameter factoryIndex should be final. | 33 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 34 | |
| coding | MagicNumber | '3' is a magic number. | 41 | |
| coding | MagicNumber | '4' is a magic number. | 43 | |
| coding | MagicNumber | '5' is a magic number. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| misc | FinalParameters | Parameter mc should be final. | 31 | |
| design | DesignForExtension | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| misc | FinalParameters | Parameter mc should be final. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| design | DesignForExtension | Method 'createInstance' is not designed for extension - needs to be abstract, final or empty. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| misc | FinalParameters | Parameter classURI should be final. | 33 | |
| misc | FinalParameters | Parameter instanceURI should be final. | 33 | |
| misc | FinalParameters | Parameter factoryIndex should be final. | 34 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| misc | FinalParameters | Parameter context should be final. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| misc | FinalParameters | Parameter context should be final. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| naming | MemberName | Name '_handgesturesontology' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 33 | |
| design | VisibilityModifier | Variable '_handgesturesontology' must be private and have accessor methods. | 33 | |
| design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| misc | FinalParameters | Parameter mc should be final. | 35 | |
| design | DesignForExtension | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| misc | FinalParameters | Parameter mc should be final. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| design | DesignForExtension | Method 'createInstance' is not designed for extension - needs to be abstract, final or empty. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| misc | FinalParameters | Parameter classURI should be final. | 34 | |
| misc | FinalParameters | Parameter instanceURI should be final. | 34 | |
| misc | FinalParameters | Parameter factoryIndex should be final. | 35 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 23 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| naming | MemberName | Name 'HvacOntology' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 25 | |
| design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| misc | FinalParameters | Parameter mc should be final. | 27 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 28 | |
| design | DesignForExtension | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| misc | FinalParameters | Parameter mc should be final. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 25 | |
| design | DesignForExtension | Method 'createInstance' is not designed for extension - needs to be abstract, final or empty. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| misc | FinalParameters | Parameter classURI should be final. | 27 | |
| misc | FinalParameters | Parameter instanceURI should be final. | 27 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 28 | |
| misc | FinalParameters | Parameter factoryIndex should be final. | 28 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 23 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| misc | FinalParameters | Parameter uri should be final. | 30 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| misc | FinalParameters | Parameter arg0 should be final. | 38 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 20 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 22 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| misc | FinalParameters | Parameter uri should be final. | 29 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| misc | FinalParameters | Parameter arg0 should be final. | 37 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 22 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| misc | FinalParameters | Parameter uri should be final. | 29 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| misc | FinalParameters | Parameter arg0 should be final. | 37 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 22 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| misc | FinalParameters | Parameter uri should be final. | 29 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| misc | FinalParameters | Parameter arg0 should be final. | 37 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 23 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| misc | FinalParameters | Parameter uri should be final. | 30 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| misc | FinalParameters | Parameter arg0 should be final. | 38 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 23 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| misc | FinalParameters | Parameter uri should be final. | 30 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| misc | FinalParameters | Parameter arg0 should be final. | 38 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 23 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| misc | FinalParameters | Parameter uri should be final. | 30 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| misc | FinalParameters | Parameter arg0 should be final. | 38 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 23 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| misc | FinalParameters | Parameter uri should be final. | 30 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| misc | FinalParameters | Parameter arg0 should be final. | 38 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 23 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| misc | FinalParameters | Parameter uri should be final. | 30 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| misc | FinalParameters | Parameter arg0 should be final. | 38 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| misc | FinalParameters | Parameter uri should be final. | 29 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| misc | FinalParameters | Parameter arg0 should be final. | 37 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 23 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| misc | FinalParameters | Parameter uri should be final. | 30 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| misc | FinalParameters | Parameter arg0 should be final. | 38 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 23 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| misc | FinalParameters | Parameter uri should be final. | 30 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| misc | FinalParameters | Parameter arg0 should be final. | 38 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| misc | FinalParameters | Parameter mc should be final. | 34 | |
| design | DesignForExtension | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| misc | FinalParameters | Parameter mc should be final. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| design | DesignForExtension | Method 'createInstance' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| misc | FinalParameters | Parameter classURI should be final. | 41 | |
| misc | FinalParameters | Parameter instanceURI should be final. | 41 | |
| misc | FinalParameters | Parameter factoryIndex should be final. | 42 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 44 | |
| coding | MagicNumber | '3' is a magic number. | 51 | |
| coding | MagicNumber | '4' is a magic number. | 53 | |
| coding | MagicNumber | '5' is a magic number. | 55 | |
| coding | MagicNumber | '6' is a magic number. | 57 | |
| coding | MagicNumber | '7' is a magic number. | 59 | |
| coding | MagicNumber | '8' is a magic number. | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| design | VisibilityModifier | Variable 'context' must be private and have accessor methods. | 34 | |
| design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 37 | |
| misc | FinalParameters | Parameter mc should be final. | 37 | |
| design | DesignForExtension | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| misc | FinalParameters | Parameter mc should be final. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| misc | FinalParameters | Parameter dataURL should be final. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| design | DesignForExtension | Method 'createInstance' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| misc | FinalParameters | Parameter classURI should be final. | 44 | |
| misc | FinalParameters | Parameter instanceURI should be final. | 44 | |
| misc | FinalParameters | Parameter factoryIndex should be final. | 45 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 51 | |
| coding | MagicNumber | '4' is a magic number. | 57 | |
| coding | MagicNumber | '3' is a magic number. | 64 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| misc | FinalParameters | Parameter mc should be final. | 31 | |
| design | DesignForExtension | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| misc | FinalParameters | Parameter mc should be final. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| design | DesignForExtension | Method 'createInstance' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| misc | FinalParameters | Parameter classURI should be final. | 45 | |
| misc | FinalParameters | Parameter instanceURI should be final. | 45 | |
| misc | FinalParameters | Parameter factoryIndex should be final. | 46 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 54 | |
| coding | MagicNumber | '3' is a magic number. | 61 | |
| coding | MagicNumber | '4' is a magic number. | 63 | |
| coding | MagicNumber | '5' is a magic number. | 65 | |
| coding | MagicNumber | '6' is a magic number. | 67 | |
| coding | MagicNumber | '7' is a magic number. | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 52 | |
| design | DesignForExtension | Method 'createInstance' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| misc | FinalParameters | Parameter classURI should be final. | 54 | |
| misc | FinalParameters | Parameter instanceURI should be final. | 54 | |
| misc | FinalParameters | Parameter factoryIndex should be final. | 55 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 57 | |
| coding | MagicNumber | '3' is a magic number. | 64 | |
| coding | MagicNumber | '4' is a magic number. | 66 | |
| coding | MagicNumber | '5' is a magic number. | 68 | |
| coding | MagicNumber | '6' is a magic number. | 70 | |
| coding | MagicNumber | '7' is a magic number. | 72 | |
| coding | MagicNumber | '8' is a magic number. | 74 | |
| coding | MagicNumber | '9' is a magic number. | 76 | |
| coding | MagicNumber | '10' is a magic number. | 78 | |
| coding | MagicNumber | '11' is a magic number. | 80 | |
| coding | MagicNumber | '12' is a magic number. | 82 | |
| coding | MagicNumber | '13' is a magic number. | 84 | |
| coding | MagicNumber | '14' is a magic number. | 86 | |
| coding | MagicNumber | '15' is a magic number. | 88 | |
| coding | MagicNumber | '16' is a magic number. | 90 | |
| coding | MagicNumber | '17' is a magic number. | 92 | |
| coding | MagicNumber | '18' is a magic number. | 94 | |
| coding | MagicNumber | '19' is a magic number. | 96 | |
| coding | MagicNumber | '20' is a magic number. | 98 | |
| coding | MagicNumber | '21' is a magic number. | 100 | |
| coding | MagicNumber | '22' is a magic number. | 102 | |
| coding | MagicNumber | '23' is a magic number. | 104 | |
| coding | MagicNumber | '24' is a magic number. | 106 | |
| coding | MagicNumber | '25' is a magic number. | 108 | |
| coding | MagicNumber | '26' is a magic number. | 110 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| naming | MemberName | Name '_owlontology' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 29 | |
| design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| misc | FinalParameters | Parameter mc should be final. | 31 | |
| design | DesignForExtension | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| misc | FinalParameters | Parameter mc should be final. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 24 | |
| design | DesignForExtension | Method 'createInstance' is not designed for extension - needs to be abstract, final or empty. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| misc | FinalParameters | Parameter classURI should be final. | 26 | |
| misc | FinalParameters | Parameter instanceURI should be final. | 26 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 27 | |
| misc | FinalParameters | Parameter factoryIndex should be final. | 27 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 28 | |
| design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| misc | FinalParameters | Parameter mc should be final. | 30 | |
| design | DesignForExtension | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| misc | FinalParameters | Parameter mc should be final. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| design | DesignForExtension | Method 'createInstance' is not designed for extension - needs to be abstract, final or empty. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| misc | FinalParameters | Parameter classURI should be final. | 34 | |
| misc | FinalParameters | Parameter instanceURI should be final. | 34 | |
| misc | FinalParameters | Parameter factoryIndex should be final. | 35 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| design | VisibilityModifier | Variable 'personalHealthDeviceOntology' must be private and have accessor methods. | 36 | |
| design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| misc | FinalParameters | Parameter mc should be final. | 38 | |
| design | DesignForExtension | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| misc | FinalParameters | Parameter mc should be final. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| design | DesignForExtension | Method 'createInstance' is not designed for extension - needs to be abstract, final or empty. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| misc | FinalParameters | Parameter classURI should be final. | 37 | |
| misc | FinalParameters | Parameter instanceURI should be final. | 37 | |
| misc | FinalParameters | Parameter factoryIndex should be final. | 38 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 45 | |
| coding | MagicNumber | '3' is a magic number. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 29 | |
| design | DesignForExtension | Method 'createInstance' is not designed for extension - needs to be abstract, final or empty. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| misc | FinalParameters | Parameter classURI should be final. | 31 | |
| misc | FinalParameters | Parameter instanceURI should be final. | 31 | |
| misc | FinalParameters | Parameter factoryIndex should be final. | 32 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 34 | |
| coding | MagicNumber | '3' is a magic number. | 39 | |
| coding | MagicNumber | '4' is a magic number. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| misc | FinalParameters | Parameter mc should be final. | 37 | |
| design | DesignForExtension | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| misc | FinalParameters | Parameter mc should be final. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| misc | FinalParameters | Parameter mc should be final. | 42 | |
| design | DesignForExtension | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| misc | FinalParameters | Parameter mc should be final. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.ontology.profile.*. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| design | DesignForExtension | Method 'createInstance' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| misc | FinalParameters | Parameter classURI should be final. | 42 | |
| misc | FinalParameters | Parameter instanceURI should be final. | 42 | |
| misc | FinalParameters | Parameter factoryIndex should be final. | 43 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 26 | |
| design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| misc | FinalParameters | Parameter mc should be final. | 28 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 29 | |
| design | DesignForExtension | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| misc | FinalParameters | Parameter mc should be final. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 31 | |
| design | DesignForExtension | Method 'createInstance' is not designed for extension - needs to be abstract, final or empty. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| misc | FinalParameters | Parameter classURI should be final. | 33 | |
| misc | FinalParameters | Parameter instanceURI should be final. | 33 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 34 | |
| misc | FinalParameters | Parameter factoryIndex should be final. | 34 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 36 | |
| coding | MagicNumber | '3' is a magic number. | 43 | |
| coding | MagicNumber | '4' is a magic number. | 45 | |
| coding | MagicNumber | '5' is a magic number. | 47 | |
| coding | MagicNumber | '6' is a magic number. | 49 | |
| coding | MagicNumber | '8' is a magic number. | 51 | |
| coding | MagicNumber | '9' is a magic number. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.ontology.reasoner.*. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| naming | MemberName | Name '_ontontology' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 43 | |
| design | VisibilityModifier | Variable '_ontontology' must be private and have accessor methods. | 43 | |
| design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| misc | FinalParameters | Parameter mc should be final. | 45 | |
| design | DesignForExtension | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| misc | FinalParameters | Parameter mc should be final. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 30 | |
| design | DesignForExtension | Method 'createInstance' is not designed for extension - needs to be abstract, final or empty. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| misc | FinalParameters | Parameter classURI should be final. | 32 | |
| misc | FinalParameters | Parameter instanceURI should be final. | 32 | |
| misc | FinalParameters | Parameter factoryIndex should be final. | 33 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 35 | |
| coding | MagicNumber | '3' is a magic number. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 12 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| naming | MemberName | Name '_recommendationsOntology' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 29 | |
| design | VisibilityModifier | Variable '_recommendationsOntology' must be private and have accessor methods. | 29 | |
| design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| misc | FinalParameters | Parameter mc should be final. | 32 | |
| design | DesignForExtension | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| misc | FinalParameters | Parameter mc should be final. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 12 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 36 | |
| design | DesignForExtension | Method 'createInstance' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| misc | FinalParameters | Parameter classURI should be final. | 36 | |
| misc | FinalParameters | Parameter instanceURI should be final. | 36 | |
| misc | FinalParameters | Parameter factoryIndex should be final. | 36 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 38 | |
| coding | MagicNumber | '3' is a magic number. | 45 | |
| coding | MagicNumber | '4' is a magic number. | 47 | |
| coding | MagicNumber | '5' is a magic number. | 49 | |
| coding | MagicNumber | '6' is a magic number. | 51 | |
| coding | MagicNumber | '7' is a magic number. | 53 | |
| coding | MagicNumber | '8' is a magic number. | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| sizes | LineLength | Line is longer than 80 characters (found 84). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| misc | FinalParameters | Parameter mc should be final. | 32 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 33 | |
| design | DesignForExtension | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| misc | FinalParameters | Parameter mc should be final. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 84). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| design | DesignForExtension | Method 'createInstance' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| misc | FinalParameters | Parameter classURI should be final. | 46 | |
| misc | FinalParameters | Parameter instanceURI should be final. | 46 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 47 | |
| misc | FinalParameters | Parameter factoryIndex should be final. | 47 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 49 | |
| coding | MagicNumber | '3' is a magic number. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| coding | MagicNumber | '4' is a magic number. | 58 | |
| coding | MagicNumber | '5' is a magic number. | 60 | |
| coding | MagicNumber | '6' is a magic number. | 62 | |
| coding | MagicNumber | '7' is a magic number. | 64 | |
| coding | MagicNumber | '8' is a magic number. | 66 | |
| coding | MagicNumber | '9' is a magic number. | 68 | |
| coding | MagicNumber | '10' is a magic number. | 70 | |
| coding | MagicNumber | '11' is a magic number. | 72 | |
| coding | MagicNumber | '12' is a magic number. | 74 | |
| coding | MagicNumber | '13' is a magic number. | 76 | |
| coding | MagicNumber | '14' is a magic number. | 78 | |
| coding | MagicNumber | '15' is a magic number. | 80 | |
| coding | MagicNumber | '16' is a magic number. | 82 | |
| coding | MagicNumber | '17' is a magic number. | 84 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 37 | |
| design | DesignForExtension | Method 'createInstance' is not designed for extension - needs to be abstract, final or empty. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| misc | FinalParameters | Parameter classURI should be final. | 39 | |
| misc | FinalParameters | Parameter instanceURI should be final. | 39 | |
| misc | FinalParameters | Parameter factoryIndex should be final. | 40 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 42 | |
| coding | MagicNumber | '3' is a magic number. | 49 | |
| coding | MagicNumber | '4' is a magic number. | 51 | |
| coding | MagicNumber | '5' is a magic number. | 53 | |
| coding | MagicNumber | '6' is a magic number. | 55 | |
| coding | MagicNumber | '7' is a magic number. | 57 | |
| coding | MagicNumber | '8' is a magic number. | 59 | |
| coding | MagicNumber | '9' is a magic number. | 61 | |
| coding | MagicNumber | '10' is a magic number. | 63 | |
| coding | MagicNumber | '11' is a magic number. | 65 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 26 | |
| design | DesignForExtension | Method 'createInstance' is not designed for extension - needs to be abstract, final or empty. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| misc | FinalParameters | Parameter classURI should be final. | 28 | |
| misc | FinalParameters | Parameter instanceURI should be final. | 28 | |
| misc | FinalParameters | Parameter factoryIndex should be final. | 29 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.ontology.sysinfo.*. | 28 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| naming | MemberName | Name '_sysinfoOntology' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 32 | |
| design | VisibilityModifier | Variable '_sysinfoOntology' must be private and have accessor methods. | 32 | |
| design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| misc | FinalParameters | Parameter mc should be final. | 34 | |
| design | DesignForExtension | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| misc | FinalParameters | Parameter mc should be final. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 33 | |
| design | DesignForExtension | Method 'createInstance' is not designed for extension - needs to be abstract, final or empty. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| misc | FinalParameters | Parameter classURI should be final. | 35 | |
| misc | FinalParameters | Parameter instanceURI should be final. | 35 | |
| misc | FinalParameters | Parameter factoryIndex should be final. | 36 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 38 | |
| coding | MagicNumber | '3' is a magic number. | 45 | |
| coding | MagicNumber | '4' is a magic number. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| design | VisibilityModifier | Variable 'context' must be private and have accessor methods. | 30 | |
| design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| misc | FinalParameters | Parameter mc should be final. | 32 | |
| design | DesignForExtension | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| misc | FinalParameters | Parameter mc should be final. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 27 | |
| design | DesignForExtension | Method 'createInstance' is not designed for extension - needs to be abstract, final or empty. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| misc | FinalParameters | Parameter classURI should be final. | 29 | |
| misc | FinalParameters | Parameter instanceURI should be final. | 29 | |
| misc | FinalParameters | Parameter factoryIndex should be final. | 30 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| design | VisibilityModifier | Variable 'context' must be private and have accessor methods. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| design | VisibilityModifier | Variable 'uipreferencesontology' must be private and have accessor methods. | 34 | |
| design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| misc | FinalParameters | Parameter mc should be final. | 36 | |
| design | DesignForExtension | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| misc | FinalParameters | Parameter mc should be final. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| design | DesignForExtension | Method 'createInstance' is not designed for extension - needs to be abstract, final or empty. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| misc | FinalParameters | Parameter classURI should be final. | 38 | |
| misc | FinalParameters | Parameter instanceURI should be final. | 38 | |
| misc | FinalParameters | Parameter factoryIndex should be final. | 39 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 41 | |
| coding | MagicNumber | '3' is a magic number. | 48 | |
| coding | MagicNumber | '4' is a magic number. | 50 | |
| coding | MagicNumber | '5' is a magic number. | 52 | |
| coding | MagicNumber | '6' is a magic number. | 54 | |
| coding | MagicNumber | '7' is a magic number. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 23 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| misc | FinalParameters | Parameter mc should be final. | 27 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 28 | |
| design | DesignForExtension | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| misc | FinalParameters | Parameter mc should be final. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 28 | |
| design | DesignForExtension | Method 'createInstance' is not designed for extension - needs to be abstract, final or empty. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| misc | FinalParameters | Parameter classURI should be final. | 30 | |
| misc | FinalParameters | Parameter instanceURI should be final. | 30 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 31 | |
| misc | FinalParameters | Parameter factoryIndex should be final. | 31 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 32 | |
| coding | MagicNumber | '3' is a magic number. | 37 | |
| coding | MagicNumber | '4' is a magic number. | 39 | |
| coding | MagicNumber | '5' is a magic number. | 41 | |
| coding | MagicNumber | '6' is a magic number. | 43 | |
| coding | MagicNumber | '7' is a magic number. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.ontology.vcard.*. | 26 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 28 | |
| design | DesignForExtension | Method 'createInstance' is not designed for extension - needs to be abstract, final or empty. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| misc | FinalParameters | Parameter classURI should be final. | 30 | |
| misc | FinalParameters | Parameter instanceURI should be final. | 30 | |
| misc | FinalParameters | Parameter factoryIndex should be final. | 31 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| imports | UnusedImports | Unused import - java.util.Hashtable. | 23 | |
| imports | UnusedImports | Unused import - java.util.ArrayList. | 24 | |
| imports | UnusedImports | Unused import - java.util.List. | 25 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| misc | FinalParameters | Parameter uri should be final. | 46 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| misc | FinalParameters | Parameter arg0 should be final. | 54 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 59 | |
| design | DesignForExtension | Method 'getCentury' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 64 | |
| design | DesignForExtension | Method 'setCentury' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 67 | |
| design | DesignForExtension | Method 'getYear' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 73 | |
| design | DesignForExtension | Method 'setYear' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 76 | |
| design | DesignForExtension | Method 'getMonth' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 80 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 82 | |
| design | DesignForExtension | Method 'setMonth' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 85 | |
| design | DesignForExtension | Method 'getDay' is not designed for extension - needs to be abstract, final or empty. | 89 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 89 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 91 | |
| design | DesignForExtension | Method 'setDay' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 94 | |
| design | DesignForExtension | Method 'getHour' is not designed for extension - needs to be abstract, final or empty. | 98 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 98 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 100 | |
| design | DesignForExtension | Method 'setHour' is not designed for extension - needs to be abstract, final or empty. | 103 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 103 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 103 | |
| design | DesignForExtension | Method 'getMinute' is not designed for extension - needs to be abstract, final or empty. | 107 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 107 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 109 | |
| design | DesignForExtension | Method 'setMinute' is not designed for extension - needs to be abstract, final or empty. | 112 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 112 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 112 | |
| design | DesignForExtension | Method 'getSecond' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 118 | |
| design | DesignForExtension | Method 'setSecond' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 121 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 121 | |
| design | DesignForExtension | Method 'getSecfractions' is not designed for extension - needs to be abstract, final or empty. | 125 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 125 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 127 | |
| design | DesignForExtension | Method 'setSecfractions' is not designed for extension - needs to be abstract, final or empty. | 130 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 130 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 130 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| imports | UnusedImports | Unused import - java.util.Hashtable. | 23 | |
| imports | UnusedImports | Unused import - java.util.ArrayList. | 24 | |
| imports | UnusedImports | Unused import - java.util.List. | 25 | |
| imports | UnusedImports | Unused import - org.universAAL.middleware.owl.ManagedIndividual. | 27 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| misc | FinalParameters | Parameter uri should be final. | 37 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| misc | FinalParameters | Parameter propURI should be final. | 45 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| imports | UnusedImports | Unused import - java.util.Hashtable. | 23 | |
| imports | UnusedImports | Unused import - java.util.ArrayList. | 24 | |
| imports | UnusedImports | Unused import - java.util.List. | 25 | |
| imports | UnusedImports | Unused import - org.universAAL.middleware.owl.ManagedIndividual. | 27 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| misc | FinalParameters | Parameter uri should be final. | 43 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter propURI should be final. | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 54 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 54 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 59 | |
| design | DesignForExtension | Method 'getHasMeasuredBPSys' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| design | DesignForExtension | Method 'setHasMeasuredBPSys' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 68 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 69 | |
| design | DesignForExtension | Method 'getHasMeasuredBPDia' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| design | DesignForExtension | Method 'setHasMeasuredBPDia' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 77 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 78 | |
| design | DesignForExtension | Method 'getHasMeasuredPulse' is not designed for extension - needs to be abstract, final or empty. | 82 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 82 | |
| design | DesignForExtension | Method 'setHasMeasuredPulse' is not designed for extension - needs to be abstract, final or empty. | 86 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 86 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 86 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 87 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| imports | UnusedImports | Unused import - java.util.Hashtable. | 23 | |
| imports | UnusedImports | Unused import - java.util.ArrayList. | 24 | |
| imports | UnusedImports | Unused import - java.util.List. | 25 | |
| imports | UnusedImports | Unused import - org.universAAL.middleware.owl.ManagedIndividual. | 27 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| misc | FinalParameters | Parameter uri should be final. | 37 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| misc | FinalParameters | Parameter propURI should be final. | 45 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| imports | UnusedImports | Unused import - java.util.Hashtable. | 23 | |
| imports | UnusedImports | Unused import - java.util.ArrayList. | 24 | |
| imports | UnusedImports | Unused import - java.util.List. | 25 | |
| imports | UnusedImports | Unused import - org.universAAL.middleware.owl.ManagedIndividual. | 27 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| misc | FinalParameters | Parameter uri should be final. | 36 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| misc | FinalParameters | Parameter propURI should be final. | 44 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| imports | UnusedImports | Unused import - java.util.Hashtable. | 23 | |
| imports | UnusedImports | Unused import - java.util.ArrayList. | 24 | |
| imports | UnusedImports | Unused import - java.util.List. | 25 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| misc | FinalParameters | Parameter uri should be final. | 42 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| misc | FinalParameters | Parameter propURI should be final. | 50 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 55 | |
| design | DesignForExtension | Method 'getSystemId' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| design | DesignForExtension | Method 'setSystemId' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 64 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 65 | |
| design | DesignForExtension | Method 'getSystemTypeSpecList' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| design | DesignForExtension | Method 'setSystemTypeSpecList' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 73 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 74 | |
| design | DesignForExtension | Method 'getSystemModel' is not designed for extension - needs to be abstract, final or empty. | 78 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 78 | |
| design | DesignForExtension | Method 'setSystemModel' is not designed for extension - needs to be abstract, final or empty. | 82 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 82 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 82 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 83 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| imports | UnusedImports | Unused import - java.util.Hashtable. | 23 | |
| imports | UnusedImports | Unused import - java.util.ArrayList. | 24 | |
| imports | UnusedImports | Unused import - java.util.List. | 25 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| misc | FinalParameters | Parameter uri should be final. | 44 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| misc | FinalParameters | Parameter arg0 should be final. | 52 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 57 | |
| design | DesignForExtension | Method 'getUnitCode' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| design | DesignForExtension | Method 'setUnitCode' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 67 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 68 | |
| design | DesignForExtension | Method 'getCompoundBasicNuObservedValue' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 73 | |
| design | DesignForExtension | Method 'setCompoundBasicNuObservedValue' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 77 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 78 | |
| design | DesignForExtension | Method 'getBasicNuObservedValue' is not designed for extension - needs to be abstract, final or empty. | 82 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 82 | |
| design | DesignForExtension | Method 'setBasicNuObservedValue' is not designed for extension - needs to be abstract, final or empty. | 86 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 86 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 86 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 87 | |
| design | DesignForExtension | Method 'getAbsoluteTimeStamp' is not designed for extension - needs to be abstract, final or empty. | 91 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 91 | |
| design | DesignForExtension | Method 'setAbsoluteTimeStamp' is not designed for extension - needs to be abstract, final or empty. | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 95 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 95 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 96 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| imports | UnusedImports | Unused import - java.util.Hashtable. | 23 | |
| imports | UnusedImports | Unused import - java.util.ArrayList. | 24 | |
| imports | UnusedImports | Unused import - java.util.List. | 25 | |
| imports | UnusedImports | Unused import - org.universAAL.middleware.owl.ManagedIndividual. | 27 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| misc | FinalParameters | Parameter uri should be final. | 37 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| misc | FinalParameters | Parameter propURI should be final. | 45 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| imports | UnusedImports | Unused import - java.util.Hashtable. | 23 | |
| imports | UnusedImports | Unused import - java.util.ArrayList. | 24 | |
| imports | UnusedImports | Unused import - java.util.List. | 25 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| misc | FinalParameters | Parameter uri should be final. | 40 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| misc | FinalParameters | Parameter arg0 should be final. | 48 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 53 | |
| design | DesignForExtension | Method 'getManufacturer' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| design | DesignForExtension | Method 'setManufacturer' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 61 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 62 | |
| design | DesignForExtension | Method 'getModelNumber' is not designed for extension - needs to be abstract, final or empty. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| design | DesignForExtension | Method 'setModelNumber' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 70 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 71 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| imports | UnusedImports | Unused import - java.util.Hashtable. | 23 | |
| imports | UnusedImports | Unused import - java.util.ArrayList. | 24 | |
| imports | UnusedImports | Unused import - java.util.List. | 25 | |
| imports | UnusedImports | Unused import - org.universAAL.middleware.owl.ManagedIndividual. | 27 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| misc | FinalParameters | Parameter uri should be final. | 38 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| misc | FinalParameters | Parameter propURI should be final. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 47 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 47 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 52 | |
| design | DesignForExtension | Method 'getHasMeasuredWeight' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| design | DesignForExtension | Method 'setHasMeasuredWeight' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 59 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 60 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| imports | UnusedImports | Unused import - java.util.Hashtable. | 23 | |
| imports | UnusedImports | Unused import - java.util.ArrayList. | 24 | |
| imports | UnusedImports | Unused import - java.util.List. | 25 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| misc | FinalParameters | Parameter uri should be final. | 38 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| misc | FinalParameters | Parameter propURI should be final. | 46 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 47 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 52 | |
| design | DesignForExtension | Method 'getControls' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| design | DesignForExtension | Method 'setControls' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 59 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 60 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 47 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| sizes | MethodLength | Method length is 241 lines (max allowed is 150). | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| naming | LocalVariableName | Name 'oci_WeighingScale' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 63 | |
| naming | LocalVariableName | Name 'oci_compoundBasicNuValue' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 65 | |
| naming | LocalVariableName | Name 'oci_BodyWeight' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 67 | |
| naming | LocalVariableName | Name 'oci_MDS' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 69 | |
| naming | LocalVariableName | Name 'oci_SystemModel' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 | |
| coding | MagicNumber | '3' is a magic number. | 71 | |
| naming | LocalVariableName | Name 'oci_BloodPressureSys' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 72 | |
| coding | MagicNumber | '4' is a magic number. | 73 | |
| naming | LocalVariableName | Name 'oci_BloodPressureDia' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 74 | |
| coding | MagicNumber | '5' is a magic number. | 75 | |
| naming | LocalVariableName | Name 'oci_Pulse' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 76 | |
| coding | MagicNumber | '9' is a magic number. | 77 | |
| naming | LocalVariableName | Name 'oci_AbsoluteTimeStamp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 78 | |
| coding | MagicNumber | '6' is a magic number. | 79 | |
| naming | LocalVariableName | Name 'oci_X73' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 80 | |
| coding | MagicNumber | '7' is a magic number. | 81 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 82 | |
| naming | LocalVariableName | Name 'oci_MDSAttribute' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 82 | |
| naming | LocalVariableName | Name 'oci_BloodPressureMonitor' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 83 | |
| coding | MagicNumber | '8' is a magic number. | 84 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 98 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| imports | UnusedImports | Unused import - java.util.Hashtable. | 23 | |
| imports | UnusedImports | Unused import - java.util.ArrayList. | 24 | |
| imports | UnusedImports | Unused import - java.util.List. | 25 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 29 | |
| naming | TypeName | Name 'compoundBasicNuValue' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| misc | FinalParameters | Parameter uri should be final. | 43 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter arg0 should be final. | 51 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 56 | |
| design | DesignForExtension | Method 'getMeasuredValue_18949' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| naming | MethodName | Name 'getMeasuredValue_18949' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 | |
| design | DesignForExtension | Method 'setMeasuredValue_18949' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| naming | MethodName | Name 'setMeasuredValue_18949' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 65 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 65 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 66 | |
| design | DesignForExtension | Method 'getMeasuredValue_18950' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| naming | MethodName | Name 'getMeasuredValue_18950' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 | |
| design | DesignForExtension | Method 'setMeasuredValue_18950' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 74 | |
| naming | MethodName | Name 'setMeasuredValue_18950' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 74 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 74 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 75 | |
| design | DesignForExtension | Method 'getMeasuredValue_18951' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| naming | MethodName | Name 'getMeasuredValue_18951' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 79 | |
| design | DesignForExtension | Method 'setMeasuredValue_18951' is not designed for extension - needs to be abstract, final or empty. | 83 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 83 | |
| naming | MethodName | Name 'setMeasuredValue_18951' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 83 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 83 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 84 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| imports | UnusedImports | Unused import - org.universAAL.middleware.container.utils.LogUtils. | 25 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| design | VisibilityModifier | Variable 'x73ontology' must be private and have accessor methods. | 31 | |
| design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| misc | FinalParameters | Parameter mc should be final. | 33 | |
| design | DesignForExtension | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| misc | FinalParameters | Parameter mc should be final. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| design | DesignForExtension | Method 'createInstance' is not designed for extension - needs to be abstract, final or empty. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| misc | FinalParameters | Parameter classURI should be final. | 38 | |
| misc | FinalParameters | Parameter instanceURI should be final. | 38 | |
| misc | FinalParameters | Parameter factoryIndex should be final. | 39 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 41 | |
| coding | MagicNumber | '3' is a magic number. | 48 | |
| coding | MagicNumber | '4' is a magic number. | 50 | |
| coding | MagicNumber | '5' is a magic number. | 52 | |
| coding | MagicNumber | '6' is a magic number. | 54 | |
| coding | MagicNumber | '7' is a magic number. | 56 | |
| coding | MagicNumber | '8' is a magic number. | 58 | |
| coding | MagicNumber | '9' is a magic number. | 60 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| design | VisibilityModifier | Variable 'activityHubOntology' must be private and have accessor methods. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| misc | FinalParameters | Parameter mc should be final. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 39 | |
| design | DesignForExtension | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| misc | FinalParameters | Parameter mc should be final. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| misc | FinalParameters | Parameter uri should be final. | 47 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| misc | FinalParameters | Parameter propURI should be final. | 62 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 63 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 43 | |
| javadoc | JavadocMethod | Expected an @return tag. | 46 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| misc | FinalParameters | Parameter propURI should be final. | 59 | |
| design | DesignForExtension | Method 'setMeasuredValue' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| misc | FinalParameters | Parameter event should be final. | 76 | |
| javadoc | JavadocMethod | Expected @param tag for 'event'. | 76 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 82 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 82 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 86 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 90 | |
| misc | FinalParameters | Parameter uri should be final. | 90 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| misc | FinalParameters | Parameter uri should be final. | 40 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| misc | FinalParameters | Parameter propURI should be final. | 55 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| misc | FinalParameters | Parameter uri should be final. | 60 | |
| javadoc | JavadocMethod | Expected @param tag for 'uri'. | 60 | |
| design | DesignForExtension | Method 'setMeasuredValue' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| misc | FinalParameters | Parameter ese should be final. | 72 | |
| javadoc | JavadocMethod | Expected @param tag for 'ese'. | 72 | |
| design | DesignForExtension | Method 'getMeasuredvalue' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 84 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 88 | |
| misc | FinalParameters | Parameter propURI should be final. | 88 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 89 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 93 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| design | DesignForExtension | Method 'getSensorType' is not designed for extension - needs to be abstract, final or empty. | 103 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 103 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| misc | FinalParameters | Parameter uri should be final. | 57 | |
| javadoc | JavadocMethod | Expected @param tag for 'uri'. | 57 | |
| design | DesignForExtension | Method 'setMeasuredValue' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| misc | FinalParameters | Parameter event should be final. | 69 | |
| javadoc | JavadocMethod | Expected @param tag for 'event'. | 69 | |
| design | DesignForExtension | Method 'getMeasuredvalue' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| misc | FinalParameters | Parameter propURI should be final. | 81 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 82 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 86 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| design | DesignForExtension | Method 'getSensorType' is not designed for extension - needs to be abstract, final or empty. | 96 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 96 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| naming | ConstantName | Name 'names' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 46 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 49 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| naming | ConstantName | Name 'contact_opened' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 51 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 51 | |
| naming | ConstantName | Name 'contact_closed' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 53 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 53 | |
| naming | ConstantName | Name 'no_condition_detected' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 53 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| misc | FinalParameters | Parameter uri should be final. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| misc | FinalParameters | Parameter order should be final. | 62 | |
| coding | HiddenField | 'order' hides a field. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| misc | FinalParameters | Parameter order should be final. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 80 | |
| misc | FinalParameters | Parameter name should be final. | 80 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 81 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 84 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 87 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 88 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 98 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 98 | |
| misc | FinalParameters | Parameter arg0 should be final. | 98 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 103 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 103 | |
| design | DesignForExtension | Method 'name' is not designed for extension - needs to be abstract, final or empty. | 107 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 107 | |
| design | DesignForExtension | Method 'ord' is not designed for extension - needs to be abstract, final or empty. | 111 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 111 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| misc | FinalParameters | Parameter uri should be final. | 57 | |
| javadoc | JavadocMethod | Expected @param tag for 'uri'. | 57 | |
| design | DesignForExtension | Method 'setMeasuredValue' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| misc | FinalParameters | Parameter event should be final. | 69 | |
| javadoc | JavadocMethod | Expected @param tag for 'event'. | 69 | |
| design | DesignForExtension | Method 'getMeasuredvalue' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| misc | FinalParameters | Parameter propURI should be final. | 85 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 86 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 90 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 90 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| design | DesignForExtension | Method 'getSensorType' is not designed for extension - needs to be abstract, final or empty. | 100 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 100 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| naming | ConstantName | Name 'names' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 45 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 | |
| naming | ConstantName | Name 'enuresis_detected' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| naming | ConstantName | Name 'no_condition_detected' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| misc | FinalParameters | Parameter uri should be final. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| misc | FinalParameters | Parameter order should be final. | 59 | |
| coding | HiddenField | 'order' hides a field. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| misc | FinalParameters | Parameter order should be final. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| misc | FinalParameters | Parameter name should be final. | 75 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 76 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 79 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 82 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 83 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 89 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 89 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 93 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 93 | |
| misc | FinalParameters | Parameter arg0 should be final. | 93 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 98 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 98 | |
| design | DesignForExtension | Method 'name' is not designed for extension - needs to be abstract, final or empty. | 102 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 102 | |
| design | DesignForExtension | Method 'ord' is not designed for extension - needs to be abstract, final or empty. | 106 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 106 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 | |
| naming | ConstantName | Name 'names' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 48 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 51 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 51 | |
| naming | ConstantName | Name 'condition_detected' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 53 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 53 | |
| naming | ConstantName | Name 'no_condition_detected' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 53 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| misc | FinalParameters | Parameter uri should be final. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| misc | FinalParameters | Parameter order should be final. | 62 | |
| coding | HiddenField | 'order' hides a field. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| misc | FinalParameters | Parameter order should be final. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 78 | |
| misc | FinalParameters | Parameter name should be final. | 78 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 79 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 82 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 85 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 86 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 92 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 92 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 96 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 96 | |
| misc | FinalParameters | Parameter arg0 should be final. | 96 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 101 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 101 | |
| design | DesignForExtension | Method 'name' is not designed for extension - needs to be abstract, final or empty. | 105 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 105 | |
| design | DesignForExtension | Method 'ord' is not designed for extension - needs to be abstract, final or empty. | 109 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 109 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| misc | FinalParameters | Parameter uri should be final. | 56 | |
| javadoc | JavadocMethod | Expected @param tag for 'uri'. | 56 | |
| design | DesignForExtension | Method 'setMeasuredValue' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| misc | FinalParameters | Parameter event should be final. | 68 | |
| javadoc | JavadocMethod | Expected @param tag for 'event'. | 68 | |
| design | DesignForExtension | Method 'getMeasuredvalue' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 84 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 84 | |
| misc | FinalParameters | Parameter propURI should be final. | 84 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 85 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 89 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 89 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| design | DesignForExtension | Method 'getSensorType' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 99 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| naming | ConstantName | Name 'names' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 44 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| naming | ConstantName | Name 'fall_detected' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 49 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| naming | ConstantName | Name 'no_condition_detected' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 49 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| misc | FinalParameters | Parameter uri should be final. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| misc | FinalParameters | Parameter order should be final. | 58 | |
| coding | HiddenField | 'order' hides a field. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| misc | FinalParameters | Parameter order should be final. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 74 | |
| misc | FinalParameters | Parameter name should be final. | 74 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 75 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 78 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 81 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 82 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 88 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 92 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 92 | |
| misc | FinalParameters | Parameter arg0 should be final. | 92 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 97 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 97 | |
| design | DesignForExtension | Method 'name' is not designed for extension - needs to be abstract, final or empty. | 101 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 101 | |
| design | DesignForExtension | Method 'ord' is not designed for extension - needs to be abstract, final or empty. | 105 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 105 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| misc | FinalParameters | Parameter uri should be final. | 59 | |
| javadoc | JavadocMethod | Expected @param tag for 'uri'. | 59 | |
| design | DesignForExtension | Method 'setMeasuredValue' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| misc | FinalParameters | Parameter ese should be final. | 71 | |
| javadoc | JavadocMethod | Expected @param tag for 'ese'. | 71 | |
| design | DesignForExtension | Method 'getMeasuredvalue' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 83 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 87 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 87 | |
| misc | FinalParameters | Parameter propURI should be final. | 87 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 88 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 92 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 98 | |
| design | DesignForExtension | Method 'getSensorType' is not designed for extension - needs to be abstract, final or empty. | 102 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 102 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| misc | FinalParameters | Parameter uri should be final. | 57 | |
| javadoc | JavadocMethod | Expected @param tag for 'uri'. | 57 | |
| design | DesignForExtension | Method 'setMeasuredValue' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| misc | FinalParameters | Parameter event should be final. | 69 | |
| javadoc | JavadocMethod | Expected @param tag for 'event'. | 69 | |
| design | DesignForExtension | Method 'getMeasuredvalue' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| misc | FinalParameters | Parameter propURI should be final. | 85 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 86 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 90 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 90 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| design | DesignForExtension | Method 'getSensorType' is not designed for extension - needs to be abstract, final or empty. | 100 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 100 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| naming | ConstantName | Name 'names' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 46 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 49 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| naming | ConstantName | Name 'dosage_taken' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 51 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 51 | |
| naming | ConstantName | Name 'dosage_missed' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 53 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 53 | |
| naming | ConstantName | Name 'no_condition_detected' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 53 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| misc | FinalParameters | Parameter uri should be final. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| misc | FinalParameters | Parameter order should be final. | 62 | |
| coding | HiddenField | 'order' hides a field. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| misc | FinalParameters | Parameter order should be final. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 80 | |
| misc | FinalParameters | Parameter name should be final. | 80 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 81 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 84 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 87 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 88 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 98 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 98 | |
| misc | FinalParameters | Parameter arg0 should be final. | 98 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 103 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 103 | |
| design | DesignForExtension | Method 'name' is not designed for extension - needs to be abstract, final or empty. | 107 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 107 | |
| design | DesignForExtension | Method 'ord' is not designed for extension - needs to be abstract, final or empty. | 111 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 111 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| misc | FinalParameters | Parameter uri should be final. | 52 | |
| design | DesignForExtension | Method 'setMeasuredValue' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| misc | FinalParameters | Parameter mse should be final. | 64 | |
| javadoc | JavadocMethod | Expected @param tag for 'mse'. | 64 | |
| design | DesignForExtension | Method 'getMeasuredvalue' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 80 | |
| misc | FinalParameters | Parameter propURI should be final. | 80 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 81 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 91 | |
| design | DesignForExtension | Method 'getSensorType' is not designed for extension - needs to be abstract, final or empty. | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 95 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 51 | |
| naming | ConstantName | Name 'names' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 51 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 55 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 | |
| naming | ConstantName | Name 'motion_detected' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 57 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 57 | |
| naming | ConstantName | Name 'motion_detected_delayed' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 59 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 59 | |
| naming | ConstantName | Name 'tamper_detected' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 61 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 61 | |
| naming | ConstantName | Name 'no_condition_detected' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 61 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| misc | FinalParameters | Parameter uri should be final. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| misc | FinalParameters | Parameter order should be final. | 70 | |
| coding | HiddenField | 'order' hides a field. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| misc | FinalParameters | Parameter order should be final. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 90 | |
| misc | FinalParameters | Parameter name should be final. | 90 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 91 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 94 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 97 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 98 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 108 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 108 | |
| misc | FinalParameters | Parameter arg0 should be final. | 108 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 113 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 113 | |
| design | DesignForExtension | Method 'name' is not designed for extension - needs to be abstract, final or empty. | 117 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 117 | |
| design | DesignForExtension | Method 'ord' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 121 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| misc | FinalParameters | Parameter uri should be final. | 57 | |
| javadoc | JavadocMethod | Expected @param tag for 'uri'. | 57 | |
| design | DesignForExtension | Method 'setMeasuredValue' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| misc | FinalParameters | Parameter event should be final. | 69 | |
| javadoc | JavadocMethod | Expected @param tag for 'event'. | 69 | |
| design | DesignForExtension | Method 'getMeasuredvalue' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| misc | FinalParameters | Parameter propURI should be final. | 85 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 86 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 90 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 90 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| design | DesignForExtension | Method 'getSensorType' is not designed for extension - needs to be abstract, final or empty. | 100 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 100 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| naming | ConstantName | Name 'names' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 45 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 | |
| naming | ConstantName | Name 'pers_activated' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| naming | ConstantName | Name 'no_condition_detected' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| misc | FinalParameters | Parameter uri should be final. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| misc | FinalParameters | Parameter order should be final. | 59 | |
| coding | HiddenField | 'order' hides a field. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| misc | FinalParameters | Parameter order should be final. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| misc | FinalParameters | Parameter name should be final. | 75 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 76 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 79 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 82 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 83 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 89 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 89 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 93 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 93 | |
| misc | FinalParameters | Parameter arg0 should be final. | 93 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 98 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 98 | |
| design | DesignForExtension | Method 'name' is not designed for extension - needs to be abstract, final or empty. | 102 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 102 | |
| design | DesignForExtension | Method 'ord' is not designed for extension - needs to be abstract, final or empty. | 106 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 106 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 46 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| misc | FinalParameters | Parameter uri should be final. | 58 | |
| javadoc | JavadocMethod | Expected @param tag for 'uri'. | 58 | |
| design | DesignForExtension | Method 'setMeasuredValue' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| misc | FinalParameters | Parameter event should be final. | 70 | |
| javadoc | JavadocMethod | Expected @param tag for 'event'. | 70 | |
| design | DesignForExtension | Method 'getMeasuredvalue' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 74 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 82 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 86 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 86 | |
| misc | FinalParameters | Parameter propURI should be final. | 86 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 87 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 91 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 97 | |
| design | DesignForExtension | Method 'getSensorType' is not designed for extension - needs to be abstract, final or empty. | 101 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 101 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| naming | ConstantName | Name 'names' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 47 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| naming | ConstantName | Name 'occupant_exit_property' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 52 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 52 | |
| naming | ConstantName | Name 'exit_door_left_open' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 54 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 54 | |
| naming | ConstantName | Name 'no_condition_detected' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 54 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| misc | FinalParameters | Parameter uri should be final. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| misc | FinalParameters | Parameter order should be final. | 63 | |
| coding | HiddenField | 'order' hides a field. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| misc | FinalParameters | Parameter order should be final. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| misc | FinalParameters | Parameter name should be final. | 81 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 82 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 85 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 88 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 89 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 95 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 99 | |
| misc | FinalParameters | Parameter arg0 should be final. | 99 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| design | DesignForExtension | Method 'name' is not designed for extension - needs to be abstract, final or empty. | 108 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 108 | |
| design | DesignForExtension | Method 'ord' is not designed for extension - needs to be abstract, final or empty. | 112 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 112 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| misc | FinalParameters | Parameter uri should be final. | 59 | |
| javadoc | JavadocMethod | Expected @param tag for 'uri'. | 59 | |
| design | DesignForExtension | Method 'setMeasuredValue' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| misc | FinalParameters | Parameter ese should be final. | 71 | |
| javadoc | JavadocMethod | Expected @param tag for 'ese'. | 71 | |
| design | DesignForExtension | Method 'getMeasuredvalue' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 83 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 87 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 87 | |
| misc | FinalParameters | Parameter propURI should be final. | 87 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 88 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 92 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 98 | |
| design | DesignForExtension | Method 'getSensorType' is not designed for extension - needs to be abstract, final or empty. | 102 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 102 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| misc | FinalParameters | Parameter uri should be final. | 56 | |
| javadoc | JavadocMethod | Expected @param tag for 'uri'. | 56 | |
| design | DesignForExtension | Method 'setMeasuredValue' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| misc | FinalParameters | Parameter event should be final. | 68 | |
| javadoc | JavadocMethod | Expected @param tag for 'event'. | 68 | |
| design | DesignForExtension | Method 'getMeasuredvalue' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 84 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 84 | |
| misc | FinalParameters | Parameter propURI should be final. | 84 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 85 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 89 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 89 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| design | DesignForExtension | Method 'getSensorType' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 99 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| naming | ConstantName | Name 'names' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 45 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 | |
| naming | ConstantName | Name 'switch_on' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| naming | ConstantName | Name 'switch_off' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 52 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 52 | |
| naming | ConstantName | Name 'no_condition_detected' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 52 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| misc | FinalParameters | Parameter uri should be final. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| misc | FinalParameters | Parameter order should be final. | 61 | |
| coding | HiddenField | 'order' hides a field. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| misc | FinalParameters | Parameter order should be final. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| misc | FinalParameters | Parameter name should be final. | 79 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 80 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 83 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 86 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 87 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 93 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 93 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 97 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 97 | |
| misc | FinalParameters | Parameter arg0 should be final. | 97 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 102 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 102 | |
| design | DesignForExtension | Method 'name' is not designed for extension - needs to be abstract, final or empty. | 106 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 106 | |
| design | DesignForExtension | Method 'ord' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 46 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| misc | FinalParameters | Parameter uri should be final. | 58 | |
| javadoc | JavadocMethod | Expected @param tag for 'uri'. | 58 | |
| design | DesignForExtension | Method 'setMeasuredValue' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| misc | FinalParameters | Parameter event should be final. | 70 | |
| javadoc | JavadocMethod | Expected @param tag for 'event'. | 70 | |
| design | DesignForExtension | Method 'getMeasuredvalue' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 74 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 82 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 86 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 86 | |
| misc | FinalParameters | Parameter propURI should be final. | 86 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 87 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 91 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 97 | |
| design | DesignForExtension | Method 'getSensorType' is not designed for extension - needs to be abstract, final or empty. | 101 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 101 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| naming | ConstantName | Name 'names' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 47 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 51 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 51 | |
| naming | ConstantName | Name 'high_temperature_detected' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 53 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 53 | |
| naming | ConstantName | Name 'low_temperature_detected' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 55 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 | |
| naming | ConstantName | Name 'rate_of_change_too_fast' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 57 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 57 | |
| naming | ConstantName | Name 'no_condition_detected' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 57 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| misc | FinalParameters | Parameter uri should be final. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| misc | FinalParameters | Parameter order should be final. | 66 | |
| coding | HiddenField | 'order' hides a field. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| misc | FinalParameters | Parameter order should be final. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 86 | |
| misc | FinalParameters | Parameter name should be final. | 86 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 87 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 90 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 93 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 94 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 100 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 100 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| misc | FinalParameters | Parameter arg0 should be final. | 104 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 109 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 109 | |
| design | DesignForExtension | Method 'name' is not designed for extension - needs to be abstract, final or empty. | 113 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 113 | |
| design | DesignForExtension | Method 'ord' is not designed for extension - needs to be abstract, final or empty. | 117 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 117 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| misc | FinalParameters | Parameter uri should be final. | 60 | |
| javadoc | JavadocMethod | Expected @param tag for 'uri'. | 60 | |
| design | DesignForExtension | Method 'setMeasuredValue' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| misc | FinalParameters | Parameter event should be final. | 72 | |
| javadoc | JavadocMethod | Expected @param tag for 'event'. | 72 | |
| design | DesignForExtension | Method 'getMeasuredvalue' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 84 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 88 | |
| misc | FinalParameters | Parameter propURI should be final. | 88 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 89 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 93 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| design | DesignForExtension | Method 'getSensorType' is not designed for extension - needs to be abstract, final or empty. | 103 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 103 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 52 | |
| naming | ConstantName | Name 'names' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 52 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 52 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 56 | |
| naming | ConstantName | Name 'usage_started' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 56 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 58 | |
| naming | ConstantName | Name 'usage_ended' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 60 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 60 | |
| naming | ConstantName | Name 'expected_use_start_violation' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| naming | ConstantName | Name 'expected_use_stop_violation' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 64 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 64 | |
| naming | ConstantName | Name 'absence_violation' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 66 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 66 | |
| naming | ConstantName | Name 'no_condition_detected' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 66 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| misc | FinalParameters | Parameter uri should be final. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| misc | FinalParameters | Parameter order should be final. | 75 | |
| coding | HiddenField | 'order' hides a field. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 80 | |
| misc | FinalParameters | Parameter order should be final. | 80 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 99 | |
| misc | FinalParameters | Parameter name should be final. | 99 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 100 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 103 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 106 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 107 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 113 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 113 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 117 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 117 | |
| misc | FinalParameters | Parameter arg0 should be final. | 117 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 122 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 122 | |
| design | DesignForExtension | Method 'name' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 126 | |
| design | DesignForExtension | Method 'ord' is not designed for extension - needs to be abstract, final or empty. | 130 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 130 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| misc | FinalParameters | Parameter uri should be final. | 59 | |
| javadoc | JavadocMethod | Expected @param tag for 'uri'. | 59 | |
| design | DesignForExtension | Method 'setMeasuredValue' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| misc | FinalParameters | Parameter ese should be final. | 71 | |
| javadoc | JavadocMethod | Expected @param tag for 'ese'. | 71 | |
| design | DesignForExtension | Method 'getMeasuredvalue' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 83 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 87 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 87 | |
| misc | FinalParameters | Parameter propURI should be final. | 87 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 88 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 92 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 98 | |
| design | DesignForExtension | Method 'getSensorType' is not designed for extension - needs to be abstract, final or empty. | 102 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 102 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| imports | UnusedImports | Unused import - org.universAAL.ontology.phThing.Device. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| misc | FinalParameters | Parameter uri should be final. | 47 | |
| design | DesignForExtension | Method 'setStatus' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| misc | FinalParameters | Parameter event should be final. | 59 | |
| javadoc | JavadocMethod | Expected @param tag for 'event'. | 59 | |
| design | DesignForExtension | Method 'getStatus' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| misc | FinalParameters | Parameter propURI should be final. | 75 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 80 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| naming | ConstantName | Name 'names' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 46 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 | |
| naming | ConstantName | Name 'power_on' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| naming | ConstantName | Name 'power_off' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| misc | FinalParameters | Parameter uri should be final. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| misc | FinalParameters | Parameter order should be final. | 59 | |
| coding | HiddenField | 'order' hides a field. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| misc | FinalParameters | Parameter order should be final. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| misc | FinalParameters | Parameter name should be final. | 75 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 76 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 79 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 82 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 83 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 89 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 89 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 93 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 93 | |
| misc | FinalParameters | Parameter arg0 should be final. | 93 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 98 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 98 | |
| design | DesignForExtension | Method 'name' is not designed for extension - needs to be abstract, final or empty. | 102 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 102 | |
| design | DesignForExtension | Method 'ord' is not designed for extension - needs to be abstract, final or empty. | 106 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 106 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.ontology.activityhub.*. | 23 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| misc | FinalParameters | Parameter factoryIndex should be final. | 37 | |
| misc | FinalParameters | Parameter event should be final. | 37 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.ontology.activityhub.*. | 25 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| javadoc | JavadocMethod | Expected an @return tag. | 41 | |
| design | DesignForExtension | Method 'createInstance' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| misc | FinalParameters | Parameter classURI should be final. | 41 | |
| misc | FinalParameters | Parameter instanceURI should be final. | 41 | |
| javadoc | JavadocMethod | Expected @param tag for 'instanceURI'. | 41 | |
| misc | FinalParameters | Parameter factoryIndex should be final. | 42 | |
| javadoc | JavadocMethod | Expected @param tag for 'factoryIndex'. | 42 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| naming | ConstantName | Name 'ActivityHub' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| naming | ConstantName | Name 'FallSensor' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| naming | ConstantName | Name 'PersSensor' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| naming | ConstantName | Name 'SmokeSensor' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| naming | ConstantName | Name 'CoSensor' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| naming | ConstantName | Name 'WaterSensor' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| naming | ConstantName | Name 'GasSensor' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| naming | ConstantName | Name 'MotionSensor' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| naming | ConstantName | Name 'PropertyExitSensor' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| naming | ConstantName | Name 'EnuresisSensor' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| naming | ConstantName | Name 'ContactClosureSensor' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 46 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| naming | ConstantName | Name 'UsageSensor' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 47 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 | |
| naming | ConstantName | Name 'SwitchSensor' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| naming | ConstantName | Name 'MedicationDosageSensor' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 49 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| naming | ConstantName | Name 'TemperatureSensor' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 51 | |
| naming | ConstantName | Name 'AdaptorPlugActuator' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| misc | FinalParameters | Parameter uri should be final. | 47 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| misc | FinalParameters | Parameter propURI should be final. | 55 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 56 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 58 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| design | DesignForExtension | Method 'getSupports' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 70 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 73 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 74 | |
| design | DesignForExtension | Method 'addSupports' is not designed for extension - needs to be abstract, final or empty. | 84 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 84 | |
| misc | FinalParameters | Parameter newValue should be final. | 84 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 87 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 91 | |
| design | DesignForExtension | Method 'setSupports' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 99 | |
| misc | FinalParameters | Parameter propertyValue should be final. | 99 | |
| design | DesignForExtension | Method 'getControls' is not designed for extension - needs to be abstract, final or empty. | 107 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 107 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 109 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 111 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 112 | |
| design | DesignForExtension | Method 'addControls' is not designed for extension - needs to be abstract, final or empty. | 118 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 118 | |
| misc | FinalParameters | Parameter newValue should be final. | 118 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 121 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 125 | |
| design | DesignForExtension | Method 'setControls' is not designed for extension - needs to be abstract, final or empty. | 133 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 133 | |
| misc | FinalParameters | Parameter propertyValue should be final. | 133 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| naming | LocalVariableName | Name 'oci_Script' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 56 | |
| naming | LocalVariableName | Name 'oci_Asor' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 | |
| naming | LocalVariableName | Name 'oci_ScriptEngine' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 60 | |
| naming | LocalVariableName | Name 'oci_LanguageClassifier' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 | |
| coding | MagicNumber | '3' is a magic number. | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| naming | ConstantName | Name 'javaScript' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 43 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| misc | FinalParameters | Parameter uri should be final. | 55 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| misc | FinalParameters | Parameter propURI should be final. | 63 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 64 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 66 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 78 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 80 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 81 | |
| design | DesignForExtension | Method 'addName' is not designed for extension - needs to be abstract, final or empty. | 87 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 87 | |
| misc | FinalParameters | Parameter newValue should be final. | 87 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 90 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 94 | |
| design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 102 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 102 | |
| misc | FinalParameters | Parameter propertyValue should be final. | 102 | |
| design | DesignForExtension | Method 'getScriptEngine' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 112 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 115 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 116 | |
| design | DesignForExtension | Method 'addScriptEngine' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 126 | |
| misc | FinalParameters | Parameter newValue should be final. | 126 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 129 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 133 | |
| design | DesignForExtension | Method 'setScriptEngine' is not designed for extension - needs to be abstract, final or empty. | 141 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 141 | |
| misc | FinalParameters | Parameter propertyValue should be final. | 141 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| misc | FinalParameters | Parameter uri should be final. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| javadoc | JavadocMethod | Expected an @return tag. | 67 | |
| misc | FinalParameters | Parameter filename should be final. | 67 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| misc | FinalParameters | Parameter propURI should be final. | 75 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 76 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 78 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 80 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 82 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 84 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 89 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 89 | |
| design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 95 | |
| design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 99 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 99 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 100 | |
| design | DesignForExtension | Method 'getWrittenIn' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| design | DesignForExtension | Method 'setWrittenIn' is not designed for extension - needs to be abstract, final or empty. | 108 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 108 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 108 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 109 | |
| design | DesignForExtension | Method 'isRunning' is not designed for extension - needs to be abstract, final or empty. | 113 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 113 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 115 | |
| design | DesignForExtension | Method 'setRunning' is not designed for extension - needs to be abstract, final or empty. | 118 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 118 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 118 | |
| design | DesignForExtension | Method 'getContent' is not designed for extension - needs to be abstract, final or empty. | 122 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 122 | |
| design | DesignForExtension | Method 'setContent' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 126 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 126 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 127 | |
| design | DesignForExtension | Method 'isPersistent' is not designed for extension - needs to be abstract, final or empty. | 131 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 131 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 133 | |
| design | DesignForExtension | Method 'setPersistent' is not designed for extension - needs to be abstract, final or empty. | 136 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 136 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 136 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| misc | FinalParameters | Parameter uri should be final. | 54 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| misc | FinalParameters | Parameter propURI should be final. | 62 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 63 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 65 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 67 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 69 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 71 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 73 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 78 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 78 | |
| design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 86 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 86 | |
| design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 90 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 90 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 90 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 91 | |
| design | DesignForExtension | Method 'getVersion' is not designed for extension - needs to be abstract, final or empty. | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 95 | |
| design | DesignForExtension | Method 'setVersion' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 99 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 99 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 100 | |
| design | DesignForExtension | Method 'getLanguageVersion' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| design | DesignForExtension | Method 'setLanguageVersion' is not designed for extension - needs to be abstract, final or empty. | 108 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 108 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 108 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 109 | |
| design | DesignForExtension | Method 'getMimeTypes' is not designed for extension - needs to be abstract, final or empty. | 113 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 113 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 115 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 117 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 118 | |
| design | DesignForExtension | Method 'addMimeTypes' is not designed for extension - needs to be abstract, final or empty. | 124 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 124 | |
| misc | FinalParameters | Parameter newValue should be final. | 124 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 127 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 131 | |
| design | DesignForExtension | Method 'setMimeTypes' is not designed for extension - needs to be abstract, final or empty. | 139 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 139 | |
| misc | FinalParameters | Parameter propertyValue should be final. | 139 | |
| design | DesignForExtension | Method 'getFileExtensions' is not designed for extension - needs to be abstract, final or empty. | 147 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 147 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 149 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 151 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 152 | |
| design | DesignForExtension | Method 'addFileExtensions' is not designed for extension - needs to be abstract, final or empty. | 158 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 158 | |
| misc | FinalParameters | Parameter newValue should be final. | 158 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 161 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 165 | |
| design | DesignForExtension | Method 'setFileExtensions' is not designed for extension - needs to be abstract, final or empty. | 173 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 173 | |
| misc | FinalParameters | Parameter propertyValue should be final. | 173 | |
| design | DesignForExtension | Method 'getLanguageClassifier' is not designed for extension - needs to be abstract, final or empty. | 181 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 181 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 183 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 186 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 187 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 187 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 188 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 189 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 190 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 191 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 192 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 193 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 194 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 195 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 196 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 197 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 198 | |
| design | DesignForExtension | Method 'addLanguageClassifier' is not designed for extension - needs to be abstract, final or empty. | 202 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 202 | |
| misc | FinalParameters | Parameter newValue should be final. | 202 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 205 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 209 | |
| design | DesignForExtension | Method 'setLanguageClassifier' is not designed for extension - needs to be abstract, final or empty. | 217 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 217 | |
| misc | FinalParameters | Parameter propertyValue should be final. | 217 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 63 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| design | DesignForExtension | Method 'create' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| sizes | MethodLength | Method length is 414 lines (max allowed is 150). | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 75 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 98 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 107 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 126 | |
| coding | MagicNumber | '3' is a magic number. | 161 | |
| coding | MagicNumber | '4' is a magic number. | 193 | |
| coding | MagicNumber | '5' is a magic number. | 207 | |
| coding | MagicNumber | '6' is a magic number. | 241 | |
| coding | MagicNumber | '7' is a magic number. | 250 | |
| coding | MagicNumber | '100' is a magic number. | 276 | |
| coding | MagicNumber | '100' is a magic number. | 308 | |
| coding | MagicNumber | '100' is a magic number. | 313 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 333 | |
| coding | MagicNumber | '8' is a magic number. | 366 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 408 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 436 | |
| coding | MagicNumber | '9' is a magic number. | 442 | |
| coding | MagicNumber | '10' is a magic number. | 454 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 456 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 463 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 468 | |
| coding | MagicNumber | '11' is a magic number. | 474 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 46 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 47 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 51 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 56 | |
| misc | FinalParameters | Parameter uri should be final. | 61 | |
| javadoc | JavadocMethod | Expected @param tag for 'uri'. | 61 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 62 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 66 | |
| misc | FinalParameters | Parameter numProps should be final. | 70 | |
| javadoc | JavadocMethod | Expected @param tag for 'numProps'. | 70 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 74 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 78 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| misc | FinalParameters | Parameter propURI should be final. | 79 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 80 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 46 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 47 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| misc | FinalParameters | Parameter uri should be final. | 55 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 56 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 60 | |
| misc | FinalParameters | Parameter numProps should be final. | 64 | |
| javadoc | JavadocMethod | Expected @param tag for 'numProps'. | 64 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 65 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 74 | |
| misc | FinalParameters | Parameter propURI should be final. | 74 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 75 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 53 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 54 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 54 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 56 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 60 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 61 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 63 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 63 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 65 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 67 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 68 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 68 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 69 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 70 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 71 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 71 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 73 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 73 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 74 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 74 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 76 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 80 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| misc | FinalParameters | Parameter uri should be final. | 85 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 86 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 90 | |
| misc | FinalParameters | Parameter numProps should be final. | 94 | |
| javadoc | JavadocMethod | Expected @param tag for 'numProps'. | 94 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 98 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 98 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 102 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 102 | |
| misc | FinalParameters | Parameter propURI should be final. | 102 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 103 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| misc | FinalParameters | Parameter uri should be final. | 45 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| misc | FinalParameters | Parameter propURI should be final. | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| misc | FinalParameters | Parameter uri should be final. | 49 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| misc | FinalParameters | Parameter propURI should be final. | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| misc | FinalParameters | Parameter uri should be final. | 46 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| misc | FinalParameters | Parameter propURI should be final. | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| design | FinalClass | Class AudioCompression should be declared as final. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| naming | ConstantName | Name 'OGG_Vorbis' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 | |
| naming | ConstantName | Name 'names' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 48 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 52 | |
| naming | ConstantName | Name 'pcm' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 53 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 53 | |
| naming | ConstantName | Name 'mpeg1AudioLayer3' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 53 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 | |
| naming | ConstantName | Name 'oggVorbis' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| misc | FinalParameters | Parameter order should be final. | 63 | |
| javadoc | JavadocMethod | Expected @param tag for 'order'. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| misc | FinalParameters | Parameter name should be final. | 82 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 82 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 83 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 86 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 89 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 90 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 97 | |
| misc | FinalParameters | Parameter order should be final. | 97 | |
| coding | HiddenField | 'order' hides a field. | 97 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 102 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 106 | |
| misc | FinalParameters | Parameter propURI should be final. | 106 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 114 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 118 | |
| misc | FinalParameters | Parameter propURI should be final. | 118 | |
| misc | FinalParameters | Parameter o should be final. | 118 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| misc | FinalParameters | Parameter uri should be final. | 48 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| misc | FinalParameters | Parameter propURI should be final. | 56 | |
| design | DesignForExtension | Method 'getURL' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 62 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 67 | |
| design | DesignForExtension | Method 'setURL' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| misc | FinalParameters | Parameter URL should be final. | 69 | |
| naming | ParameterName | Name 'URL' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 43 | |
| misc | FinalParameters | Parameter encoding should be final. | 46 | |
| javadoc | JavadocMethod | Expected @param tag for 'encoding'. | 46 | |
| misc | FinalParameters | Parameter channels should be final. | 46 | |
| javadoc | JavadocMethod | Expected @param tag for 'channels'. | 46 | |
| misc | FinalParameters | Parameter samplesPerSecond should be final. | 47 | |
| javadoc | JavadocMethod | Expected @param tag for 'samplesPerSecond'. | 47 | |
| misc | FinalParameters | Parameter bitsPerSample should be final. | 47 | |
| javadoc | JavadocMethod | Expected @param tag for 'bitsPerSample'. | 47 | |
| misc | FinalParameters | Parameter bigEndian should be final. | 47 | |
| javadoc | JavadocMethod | Expected @param tag for 'bigEndian'. | 47 | |
| misc | FinalParameters | Parameter signed should be final. | 48 | |
| javadoc | JavadocMethod | Expected @param tag for 'signed'. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| misc | FinalParameters | Parameter uri should be final. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| design | DesignForExtension | Method 'getChannels' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| design | DesignForExtension | Method 'getSamplesPerSecond' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 74 | |
| design | DesignForExtension | Method 'getBitsPerSample' is not designed for extension - needs to be abstract, final or empty. | 78 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 78 | |
| design | DesignForExtension | Method 'isBigEndian' is not designed for extension - needs to be abstract, final or empty. | 82 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 82 | |
| design | DesignForExtension | Method 'isSigned' is not designed for extension - needs to be abstract, final or empty. | 86 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 86 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 90 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 90 | |
| misc | FinalParameters | Parameter propURI should be final. | 90 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| misc | FinalParameters | Parameter uri should be final. | 42 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| misc | FinalParameters | Parameter propURI should be final. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| misc | FinalParameters | Parameter uri should be final. | 44 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| misc | FinalParameters | Parameter propURI should be final. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 41 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| misc | FinalParameters | Parameter ip should be final. | 51 | |
| javadoc | JavadocMethod | Expected @param tag for 'ip'. | 51 | |
| misc | FinalParameters | Parameter port should be final. | 51 | |
| javadoc | JavadocMethod | Expected @param tag for 'port'. | 51 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| misc | FinalParameters | Parameter propURI should be final. | 60 | |
| design | DesignForExtension | Method 'getIP' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| design | DesignForExtension | Method 'getPort' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| misc | FinalParameters | Parameter uri should be final. | 44 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| design | DesignForExtension | Method 'getCompression' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| misc | FinalParameters | Parameter propURI should be final. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| misc | FinalParameters | Parameter uri should be final. | 46 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| misc | FinalParameters | Parameter propURI should be final. | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| design | FinalClass | Class VideoCompression should be declared as final. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| naming | ConstantName | Name 'names' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 45 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| naming | ConstantName | Name 'rgb' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 49 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| naming | ConstantName | Name 'bgr' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 51 | |
| naming | ConstantName | Name 'yuv' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 51 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 52 | |
| naming | ConstantName | Name 'jpeg' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 52 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 53 | |
| naming | ConstantName | Name 'mpeg1' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| misc | FinalParameters | Parameter order should be final. | 60 | |
| javadoc | JavadocMethod | Expected @param tag for 'order'. | 60 | |
| misc | FinalParameters | Parameter name should be final. | 81 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 81 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 82 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 85 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 88 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 89 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 97 | |
| misc | FinalParameters | Parameter order should be final. | 97 | |
| coding | HiddenField | 'order' hides a field. | 97 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 102 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 106 | |
| misc | FinalParameters | Parameter propURI should be final. | 106 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 114 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 118 | |
| misc | FinalParameters | Parameter propURI should be final. | 118 | |
| misc | FinalParameters | Parameter o should be final. | 118 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| misc | FinalParameters | Parameter uri should be final. | 48 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| misc | FinalParameters | Parameter encoding should be final. | 64 | |
| javadoc | JavadocMethod | Expected @param tag for 'encoding'. | 64 | |
| misc | FinalParameters | Parameter fps should be final. | 64 | |
| javadoc | JavadocMethod | Expected @param tag for 'fps'. | 64 | |
| misc | FinalParameters | Parameter height should be final. | 64 | |
| javadoc | JavadocMethod | Expected @param tag for 'height'. | 64 | |
| misc | FinalParameters | Parameter width should be final. | 65 | |
| javadoc | JavadocMethod | Expected @param tag for 'width'. | 65 | |
| misc | FinalParameters | Parameter bitsPerPixel should be final. | 65 | |
| javadoc | JavadocMethod | Expected @param tag for 'bitsPerPixel'. | 65 | |
| design | DesignForExtension | Method 'getFramesPerSecond' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| design | DesignForExtension | Method 'getHeight' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| design | DesignForExtension | Method 'getWidth' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| design | DesignForExtension | Method 'getBitsPerPixel' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 89 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 89 | |
| misc | FinalParameters | Parameter propURI should be final. | 89 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| misc | FinalParameters | Parameter uri should be final. | 43 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter propURI should be final. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 58 | |
| naming | ConstantName | Name 'uAAL_CONTEXT_NAMESPACE' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 58 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 63 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 64 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 66 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 67 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 69 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 70 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 72 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 73 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 75 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 76 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 78 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 78 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 79 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 79 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 81 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 | |
| javadoc | JavadocMethod | Expected an @return tag. | 98 | |
| misc | FinalParameters | Parameter subjectURI should be final. | 98 | |
| misc | FinalParameters | Parameter subjectTypeURI should be final. | 99 | |
| misc | FinalParameters | Parameter predicate should be final. | 99 | |
| misc | FinalParameters | Parameter object should be final. | 99 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 100 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 105 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 130 | |
| misc | FinalParameters | Parameter uri should be final. | 135 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 148 | |
| misc | FinalParameters | Parameter subject should be final. | 157 | |
| misc | FinalParameters | Parameter predicate should be final. | 157 | |
| coding | MagicNumber | '8' is a magic number. | 158 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 160 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 164 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 178 | |
| design | DesignForExtension | Method 'getConfidence' is not designed for extension - needs to be abstract, final or empty. | 181 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 187 | |
| design | DesignForExtension | Method 'getExpirationTime' is not designed for extension - needs to be abstract, final or empty. | 191 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 195 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 195 | |
| misc | FinalParameters | Parameter propURI should be final. | 195 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 197 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 203 | |
| design | DesignForExtension | Method 'getRDFObject' is not designed for extension - needs to be abstract, final or empty. | 206 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 212 | |
| design | DesignForExtension | Method 'getRDFPredicate' is not designed for extension - needs to be abstract, final or empty. | 215 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 217 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 222 | |
| design | DesignForExtension | Method 'getProvider' is not designed for extension - needs to be abstract, final or empty. | 226 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 232 | |
| design | DesignForExtension | Method 'getRDFSubject' is not designed for extension - needs to be abstract, final or empty. | 236 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 242 | |
| design | DesignForExtension | Method 'getSubjectTypeURI' is not designed for extension - needs to be abstract, final or empty. | 245 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 247 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 252 | |
| design | DesignForExtension | Method 'getSubjectURI' is not designed for extension - needs to be abstract, final or empty. | 255 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 257 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 262 | |
| design | DesignForExtension | Method 'getTimestamp' is not designed for extension - needs to be abstract, final or empty. | 265 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 269 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 269 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 278 | |
| javadoc | JavadocMethod | Expected an @return tag. | 282 | |
| design | DesignForExtension | Method 'setConfidence' is not designed for extension - needs to be abstract, final or empty. | 282 | |
| misc | FinalParameters | Parameter confidence should be final. | 282 | |
| coding | MagicNumber | '100' is a magic number. | 288 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 298 | |
| javadoc | JavadocMethod | Expected an @return tag. | 303 | |
| design | DesignForExtension | Method 'setExpirationTime' is not designed for extension - needs to be abstract, final or empty. | 303 | |
| misc | FinalParameters | Parameter expirationTime should be final. | 303 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 318 | |
| javadoc | JavadocMethod | Expected an @return tag. | 321 | |
| design | DesignForExtension | Method 'setRDFObject' is not designed for extension - needs to be abstract, final or empty. | 321 | |
| misc | FinalParameters | Parameter o should be final. | 321 | |
| javadoc | JavadocMethod | Expected @param tag for 'o'. | 321 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 335 | |
| javadoc | JavadocMethod | Expected an @return tag. | 339 | |
| design | DesignForExtension | Method 'setRDFPredicate' is not designed for extension - needs to be abstract, final or empty. | 339 | |
| misc | FinalParameters | Parameter propURI should be final. | 339 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 354 | |
| javadoc | JavadocMethod | Expected an @return tag. | 357 | |
| design | DesignForExtension | Method 'setProvider' is not designed for extension - needs to be abstract, final or empty. | 357 | |
| misc | FinalParameters | Parameter src should be final. | 357 | |
| javadoc | JavadocMethod | Expected @param tag for 'src'. | 357 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 371 | |
| javadoc | JavadocMethod | Expected an @return tag. | 374 | |
| design | DesignForExtension | Method 'setRDFSubject' is not designed for extension - needs to be abstract, final or empty. | 374 | |
| misc | FinalParameters | Parameter subj should be final. | 374 | |
| javadoc | JavadocMethod | Expected @param tag for 'subj'. | 374 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 388 | |
| javadoc | JavadocMethod | Expected an @return tag. | 392 | |
| design | DesignForExtension | Method 'setTimestamp' is not designed for extension - needs to be abstract, final or empty. | 392 | |
| misc | FinalParameters | Parameter timestamp should be final. | 392 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 407 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 408 | |
| javadoc | JavadocMethod | Expected an @return tag. | 411 | |
| design | DesignForExtension | Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. | 411 | |
| misc | FinalParameters | Parameter propURI should be final. | 411 | |
| javadoc | JavadocMethod | Expected @param tag for 'propURI'. | 411 | |
| misc | FinalParameters | Parameter value should be final. | 411 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 411 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 412 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 415 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 418 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 421 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 423 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 426 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 429 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 431 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 434 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 440 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 440 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| misc | FinalParameters | Parameter ontURI should be final. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| design | DesignForExtension | Method 'create' is not designed for extension - needs to be abstract, final or empty. | 78 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 78 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 81 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 90 | |
| coding | MagicNumber | '100' is a magic number. | 129 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 141 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 182 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 46 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| misc | FinalParameters | Parameter uri should be final. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 78 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 78 | |
| misc | FinalParameters | Parameter propURI should be final. | 78 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 93 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 93 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| misc | FinalParameters | Parameter uri should be final. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| misc | FinalParameters | Parameter uri should be final. | 52 | |
| misc | FinalParameters | Parameter mac should be final. | 52 | |
| misc | FinalParameters | Parameter dataType should be final. | 52 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| misc | FinalParameters | Parameter propURI should be final. | 59 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| design | DesignForExtension | Method 'getMAC' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| design | DesignForExtension | Method 'setMAC' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| misc | FinalParameters | Parameter str should be final. | 71 | |
| design | DesignForExtension | Method 'getDataType' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| design | DesignForExtension | Method 'setDataType' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| misc | FinalParameters | Parameter str should be final. | 79 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 83 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 83 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| misc | FinalParameters | Parameter instanceURI should be final. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| misc | FinalParameters | Parameter propURI should be final. | 59 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 60 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| misc | FinalParameters | Parameter ontURI should be final. | 52 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 57 | |
| design | DesignForExtension | Method 'create' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 68 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 86 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 42 | |
| misc | FinalParameters | Parameter uri should be final. | 42 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| misc | FinalParameters | Parameter propURI should be final. | 50 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 57 | |
| design | DesignForExtension | Method 'getKeyRing' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 63 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 65 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 66 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 66 | |
| design | DesignForExtension | Method 'getKey' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| design | DesignForExtension | Method 'addKeyRing' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| misc | FinalParameters | Parameter newValue should be final. | 75 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 78 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 79 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 82 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 | |
| design | DesignForExtension | Method 'addKey' is not designed for extension - needs to be abstract, final or empty. | 91 | |
| misc | FinalParameters | Parameter newValue should be final. | 91 | |
| design | DesignForExtension | Method 'setKeyRing' is not designed for extension - needs to be abstract, final or empty. | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 95 | |
| misc | FinalParameters | Parameter propertyValue should be final. | 95 | |
| design | DesignForExtension | Method 'setKey' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| misc | FinalParameters | Parameter propertyValue should be final. | 104 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 40 | |
| misc | FinalParameters | Parameter uri should be final. | 40 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| misc | FinalParameters | Parameter propURI should be final. | 48 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 55 | |
| design | DesignForExtension | Method 'getBlockLength' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| design | DesignForExtension | Method 'setBlockLength' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 38 | |
| misc | FinalParameters | Parameter uri should be final. | 38 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| misc | FinalParameters | Parameter propURI should be final. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 51 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| design | FinalClass | Class ChainMode should be declared as final. | 20 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 20 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| naming | ConstantName | Name 'names' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| naming | ConstantName | Name 'Enc' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| naming | ConstantName | Name 'Dec' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| misc | FinalParameters | Parameter order should be final. | 35 | |
| coding | HiddenField | 'order' hides a field. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| misc | FinalParameters | Parameter propURI should be final. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| misc | FinalParameters | Parameter order should be final. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| misc | FinalParameters | Parameter name should be final. | 70 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 71 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 71 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 74 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 77 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 78 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 44 | |
| misc | FinalParameters | Parameter uri should be final. | 44 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| misc | FinalParameters | Parameter propURI should be final. | 52 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 53 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 61 | |
| design | DesignForExtension | Method 'getSimple' is not designed for extension - needs to be abstract, final or empty. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| design | DesignForExtension | Method 'setSimple' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 70 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| design | DesignForExtension | Method 'getChainMode' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 77 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 79 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 80 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 80 | |
| design | DesignForExtension | Method 'addChainMode' is not designed for extension - needs to be abstract, final or empty. | 84 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 84 | |
| misc | FinalParameters | Parameter newValue should be final. | 84 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 87 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 88 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 91 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 97 | |
| design | DesignForExtension | Method 'setChainMode' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 99 | |
| misc | FinalParameters | Parameter propertyValue should be final. | 99 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 53 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 53 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| sizes | MethodLength | Method length is 339 lines (max allowed is 150). | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 70 | |
| naming | LocalVariableName | Name 'oci_ChainMode' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 73 | |
| naming | LocalVariableName | Name 'oci_DigestService' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 73 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 74 | |
| naming | LocalVariableName | Name 'oci_SimpleKey' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 74 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 75 | |
| naming | LocalVariableName | Name 'oci_KeyRing' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 75 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 76 | |
| naming | LocalVariableName | Name 'oci_AsymmetricEncryption' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 76 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 77 | |
| naming | LocalVariableName | Name 'oci_BlockEncryption' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 77 | |
| naming | LocalVariableName | Name 'oci_Digest' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 78 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 79 | |
| naming | LocalVariableName | Name 'oci_SimpleBlockEncryption' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 79 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 80 | |
| naming | LocalVariableName | Name 'oci_MultidestinationEncryptedResource' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 80 | |
| coding | MagicNumber | '3' is a magic number. | 80 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 81 | |
| naming | LocalVariableName | Name 'oci_EncryptionKey' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 81 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 82 | |
| naming | LocalVariableName | Name 'oci_ChainedBlockEncryption' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 82 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 83 | |
| naming | LocalVariableName | Name 'oci_EncryptionService' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 83 | |
| coding | MagicNumber | '4' is a magic number. | 83 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 84 | |
| naming | LocalVariableName | Name 'oci_SignedResource' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 84 | |
| coding | MagicNumber | '5' is a magic number. | 84 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 85 | |
| naming | LocalVariableName | Name 'oci_CertificationAuthority' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 85 | |
| coding | MagicNumber | '6' is a magic number. | 85 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 86 | |
| naming | LocalVariableName | Name 'oci_CryptographicTechnique' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 86 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 87 | |
| naming | LocalVariableName | Name 'oci_EncryptedResource' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 87 | |
| coding | MagicNumber | '7' is a magic number. | 87 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 88 | |
| naming | LocalVariableName | Name 'oci_CryptograpichService' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 88 | |
| coding | MagicNumber | '8' is a magic number. | 88 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 89 | |
| naming | LocalVariableName | Name 'oci_StreamEncryption' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 89 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 90 | |
| naming | LocalVariableName | Name 'oci_KeyExchange' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 90 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 91 | |
| naming | LocalVariableName | Name 'oci_SymmetricEncryption' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 91 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 92 | |
| naming | LocalVariableName | Name 'oci_SignAndVerifyService' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 92 | |
| coding | MagicNumber | '9' is a magic number. | 92 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 93 | |
| naming | LocalVariableName | Name 'oci_Encryption' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 95 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 95 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 97 | |
| naming | LocalVariableName | Name 'oci_messageDigest' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 97 | |
| coding | MagicNumber | '10' is a magic number. | 97 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 98 | |
| naming | LocalVariableName | Name 'oci_SecureHashAlgorithm' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 98 | |
| coding | MagicNumber | '11' is a magic number. | 98 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 99 | |
| naming | LocalVariableName | Name 'oci_DESK' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 99 | |
| coding | MagicNumber | '17' is a magic number. | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 112 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 113 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 115 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 115 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 117 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 119 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 121 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 123 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 126 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 128 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 134 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 136 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 139 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 141 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 142 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 142 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 146 | |
| sizes | LineLength | Line is longer than 80 characters (found 149). | 149 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 151 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 153 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 154 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 157 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 157 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 162 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 163 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 165 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 165 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 166 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 170 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 174 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 176 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 177 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 178 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 178 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 179 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 181 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 181 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 186 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 188 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 192 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 193 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 194 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 194 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 196 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 198 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 198 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 201 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 203 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 204 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 206 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 206 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 208 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 210 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 212 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 214 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 217 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 219 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 220 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 222 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 224 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 226 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 228 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 230 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 230 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 232 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 234 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 238 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 240 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 241 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 243 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 245 | |
| sizes | LineLength | Line is longer than 80 characters (found 218). | 247 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 249 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 250 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 252 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 252 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 254 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 256 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 256 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 259 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 261 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 265 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 266 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 267 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 268 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 268 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 272 | |
| sizes | LineLength | Line is longer than 80 characters (found 178). | 274 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 276 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 277 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 281 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 281 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 284 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 286 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 287 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 289 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 291 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 293 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 293 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 295 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 297 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 297 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 299 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 301 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 301 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 303 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 305 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 305 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 307 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 309 | |
| sizes | LineLength | Line is longer than 80 characters (found 145). | 312 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 314 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 316 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 316 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 318 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 319 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 322 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 323 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 327 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 328 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 334 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 335 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 346 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 347 | |
| naming | LocalVariableName | Name 'oci_aes' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 349 | |
| coding | MagicNumber | '12' is a magic number. | 349 | |
| sizes | LineLength | Line is longer than 80 characters (found 148). | 351 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 353 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 353 | |
| coding | MagicNumber | '128' is a magic number. | 353 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 354 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 354 | |
| coding | MagicNumber | '192' is a magic number. | 354 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 355 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 355 | |
| coding | MagicNumber | '256' is a magic number. | 355 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 356 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 356 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 356 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 356 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 357 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 357 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 361 | |
| coding | MagicNumber | '128' is a magic number. | 361 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 362 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 364 | |
| naming | LocalVariableName | Name 'oci_blowfish' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 364 | |
| coding | MagicNumber | '13' is a magic number. | 364 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 366 | |
| coding | MagicNumber | '32' is a magic number. | 367 | |
| coding | MagicNumber | '448' is a magic number. | 367 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 368 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 368 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 368 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 368 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 369 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 369 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 372 | |
| coding | MagicNumber | '64' is a magic number. | 372 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 373 | |
| naming | LocalVariableName | Name 'oci_des' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 375 | |
| coding | MagicNumber | '14' is a magic number. | 375 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 377 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 378 | |
| coding | MagicNumber | '56' is a magic number. | 378 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 379 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 379 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 382 | |
| coding | MagicNumber | '64' is a magic number. | 382 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 383 | |
| naming | LocalVariableName | Name 'oci_rsa' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 388 | |
| coding | MagicNumber | '15' is a magic number. | 388 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 391 | |
| naming | LocalVariableName | Name 'oci_dsa' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 393 | |
| coding | MagicNumber | '16' is a magic number. | 393 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 39 | |
| misc | FinalParameters | Parameter uri should be final. | 39 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| misc | FinalParameters | Parameter propURI should be final. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 52 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 39 | |
| misc | FinalParameters | Parameter uri should be final. | 39 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| misc | FinalParameters | Parameter propURI should be final. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 52 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 25 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 25 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| misc | FinalParameters | Parameter uri should be final. | 36 | |
| javadoc | JavadocMethod | Expected @param tag for 'uri'. | 36 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 37 | |
| misc | FinalParameters | Parameter uri should be final. | 37 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| misc | FinalParameters | Parameter propURI should be final. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 50 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 46 | |
| misc | FinalParameters | Parameter uri should be final. | 46 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| misc | FinalParameters | Parameter propURI should be final. | 54 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 55 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 57 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 65 | |
| design | DesignForExtension | Method 'getDigest' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| design | DesignForExtension | Method 'setDigest' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 75 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| design | DesignForExtension | Method 'getDigestedText' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 80 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| design | DesignForExtension | Method 'setDigestedText' is not designed for extension - needs to be abstract, final or empty. | 84 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 84 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 84 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 | |
| design | DesignForExtension | Method 'getResourceToDigest' is not designed for extension - needs to be abstract, final or empty. | 89 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 89 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 90 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 91 | |
| design | DesignForExtension | Method 'setResourceToDigest' is not designed for extension - needs to be abstract, final or empty. | 93 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 93 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 93 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 94 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 44 | |
| misc | FinalParameters | Parameter uri should be final. | 44 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| misc | FinalParameters | Parameter propURI should be final. | 52 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 53 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 61 | |
| design | DesignForExtension | Method 'getEncryption' is not designed for extension - needs to be abstract, final or empty. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| design | DesignForExtension | Method 'setEncryption' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 70 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| design | DesignForExtension | Method 'getCypheredText' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| design | DesignForExtension | Method 'setCypheredText' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 79 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 42 | |
| misc | FinalParameters | Parameter uri should be final. | 42 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| misc | FinalParameters | Parameter propURI should be final. | 50 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 57 | |
| design | DesignForExtension | Method 'getKey' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 63 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 65 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 66 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 66 | |
| design | DesignForExtension | Method 'addKey' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| misc | FinalParameters | Parameter newValue should be final. | 70 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 73 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 74 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| design | DesignForExtension | Method 'setKey' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| misc | FinalParameters | Parameter propertyValue should be final. | 85 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 41 | |
| misc | FinalParameters | Parameter uri should be final. | 41 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| misc | FinalParameters | Parameter propURI should be final. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| design | DesignForExtension | Method 'getKeyLength' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 45 | |
| misc | FinalParameters | Parameter uri should be final. | 45 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| misc | FinalParameters | Parameter propURI should be final. | 53 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 54 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 56 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 64 | |
| design | DesignForExtension | Method 'getEncryptedResource' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| design | DesignForExtension | Method 'setEncryptedResource' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 74 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 74 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| design | DesignForExtension | Method 'getEncryption' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| design | DesignForExtension | Method 'setEncryption' is not designed for extension - needs to be abstract, final or empty. | 83 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 83 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 83 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| design | DesignForExtension | Method 'getEncrypts' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 88 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 89 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| design | DesignForExtension | Method 'setEncrypts' is not designed for extension - needs to be abstract, final or empty. | 92 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 92 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 92 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 38 | |
| misc | FinalParameters | Parameter uri should be final. | 38 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| misc | FinalParameters | Parameter propURI should be final. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 51 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 50 | |
| misc | FinalParameters | Parameter uri should be final. | 50 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| misc | FinalParameters | Parameter propURI should be final. | 58 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 59 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 61 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| design | DesignForExtension | Method 'getPublicKey' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| design | DesignForExtension | Method 'setPublicKey' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| design | DesignForExtension | Method 'getPrivateKey' is not designed for extension - needs to be abstract, final or empty. | 83 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 83 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| design | DesignForExtension | Method 'setPrivateKey' is not designed for extension - needs to be abstract, final or empty. | 87 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 87 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 | |
| design | DesignForExtension | Method 'getCertificationAuthority' is not designed for extension - needs to be abstract, final or empty. | 91 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 91 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 93 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 94 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 95 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 96 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 96 | |
| design | DesignForExtension | Method 'addCertificationAuthority' is not designed for extension - needs to be abstract, final or empty. | 100 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 100 | |
| misc | FinalParameters | Parameter newValue should be final. | 100 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 103 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 104 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 107 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 108 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 113 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 115 | |
| design | DesignForExtension | Method 'setCertificationAuthority' is not designed for extension - needs to be abstract, final or empty. | 115 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 115 | |
| misc | FinalParameters | Parameter propertyValue should be final. | 115 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 122 | |
| design | DesignForExtension | Method 'getAsymmetric' is not designed for extension - needs to be abstract, final or empty. | 123 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 123 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 123 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 126 | |
| design | DesignForExtension | Method 'setAsymmetric' is not designed for extension - needs to be abstract, final or empty. | 127 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 127 | |
| misc | FinalParameters | Parameter ae should be final. | 127 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 127 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 44 | |
| misc | FinalParameters | Parameter uri should be final. | 44 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| misc | FinalParameters | Parameter propURI should be final. | 52 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| design | DesignForExtension | Method 'addDestinatary' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| misc | FinalParameters | Parameter desk should be final. | 63 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 65 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 67 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 67 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 72 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 72 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 72 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| design | DesignForExtension | Method 'getDestinataries' is not designed for extension - needs to be abstract, final or empty. | 78 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 78 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 84 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 84 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 84 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 54 | |
| misc | FinalParameters | Parameter uri should be final. | 54 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| misc | FinalParameters | Parameter propURI should be final. | 62 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 63 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 65 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 67 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 69 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 71 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 78 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 79 | |
| design | DesignForExtension | Method 'isVerificationResult' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 88 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 90 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 91 | |
| design | DesignForExtension | Method 'setVerificationResult' is not designed for extension - needs to be abstract, final or empty. | 93 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 93 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| design | DesignForExtension | Method 'getSign' is not designed for extension - needs to be abstract, final or empty. | 97 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 97 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 98 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| design | DesignForExtension | Method 'setSign' is not designed for extension - needs to be abstract, final or empty. | 101 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 101 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 101 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 102 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 104 | |
| design | DesignForExtension | Method 'getAsymmetric' is not designed for extension - needs to be abstract, final or empty. | 106 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 106 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 107 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 108 | |
| design | DesignForExtension | Method 'setAsymmetric' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 110 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 111 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 113 | |
| design | DesignForExtension | Method 'getDigest' is not designed for extension - needs to be abstract, final or empty. | 115 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 115 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 116 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 117 | |
| design | DesignForExtension | Method 'setDigest' is not designed for extension - needs to be abstract, final or empty. | 119 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 119 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 119 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 120 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 122 | |
| design | DesignForExtension | Method 'getKeyRing' is not designed for extension - needs to be abstract, final or empty. | 124 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 124 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 126 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 128 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 129 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 129 | |
| design | DesignForExtension | Method 'addKeyRing' is not designed for extension - needs to be abstract, final or empty. | 133 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 133 | |
| misc | FinalParameters | Parameter newValue should be final. | 133 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 136 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 137 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 140 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 141 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 146 | |
| design | DesignForExtension | Method 'setKeyRing' is not designed for extension - needs to be abstract, final or empty. | 148 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 148 | |
| misc | FinalParameters | Parameter propertyValue should be final. | 148 | |
| design | DesignForExtension | Method 'getSignedResource' is not designed for extension - needs to be abstract, final or empty. | 156 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 156 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 157 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 158 | |
| design | DesignForExtension | Method 'setSignedResource' is not designed for extension - needs to be abstract, final or empty. | 160 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 160 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 160 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 161 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 163 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 53 | |
| misc | FinalParameters | Parameter uri should be final. | 53 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| misc | FinalParameters | Parameter propURI should be final. | 61 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 62 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 64 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 66 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 74 | |
| design | DesignForExtension | Method 'getSignature' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 83 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 | |
| design | DesignForExtension | Method 'addSignature' is not designed for extension - needs to be abstract, final or empty. | 93 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 93 | |
| misc | FinalParameters | Parameter newValue should be final. | 93 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 96 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 97 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 100 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 101 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 106 | |
| design | DesignForExtension | Method 'setSignature' is not designed for extension - needs to be abstract, final or empty. | 108 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 108 | |
| misc | FinalParameters | Parameter propertyValue should be final. | 108 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 115 | |
| design | DesignForExtension | Method 'setSignature' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| misc | FinalParameters | Parameter propertyValue should be final. | 116 | |
| design | DesignForExtension | Method 'getSignedResource' is not designed for extension - needs to be abstract, final or empty. | 120 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 120 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 121 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 122 | |
| design | DesignForExtension | Method 'setSignedResource' is not designed for extension - needs to be abstract, final or empty. | 124 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 124 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 124 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 125 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 127 | |
| design | DesignForExtension | Method 'getAsymmetric' is not designed for extension - needs to be abstract, final or empty. | 129 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 129 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 130 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 131 | |
| design | DesignForExtension | Method 'setAsymmetric' is not designed for extension - needs to be abstract, final or empty. | 133 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 133 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 133 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 134 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 136 | |
| design | DesignForExtension | Method 'getDigest' is not designed for extension - needs to be abstract, final or empty. | 138 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 138 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 139 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 140 | |
| design | DesignForExtension | Method 'setDigest' is not designed for extension - needs to be abstract, final or empty. | 142 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 142 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 142 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 143 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 145 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 38 | |
| misc | FinalParameters | Parameter uri should be final. | 38 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| misc | FinalParameters | Parameter propURI should be final. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 51 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 42 | |
| misc | FinalParameters | Parameter uri should be final. | 42 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| misc | FinalParameters | Parameter propURI should be final. | 50 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 57 | |
| design | DesignForExtension | Method 'getKeyText' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| design | DesignForExtension | Method 'setKeyText' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 65 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 66 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 40 | |
| misc | FinalParameters | Parameter uri should be final. | 40 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| misc | FinalParameters | Parameter propURI should be final. | 48 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 55 | |
| design | DesignForExtension | Method 'getInitializationVector' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| design | DesignForExtension | Method 'setInitializationVector' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 63 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 40 | |
| misc | FinalParameters | Parameter uri should be final. | 40 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| misc | FinalParameters | Parameter propURI should be final. | 48 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 55 | |
| design | DesignForExtension | Method 'getSimpleKey' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| design | DesignForExtension | Method 'setSimpleKey' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 63 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 64 | |
| design | DesignForExtension | Method 'getKey' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 70 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 72 | |
| design | DesignForExtension | Method 'addKey' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| misc | FinalParameters | Parameter newValue should be final. | 77 | |
| design | DesignForExtension | Method 'setKey' is not designed for extension - needs to be abstract, final or empty. | 82 | |
| misc | FinalParameters | Parameter propertyValue should be final. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 27 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| misc | FinalParameters | Parameter uri should be final. | 38 | |
| javadoc | JavadocMethod | Expected @param tag for 'uri'. | 38 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 27 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| misc | FinalParameters | Parameter uri should be final. | 39 | |
| javadoc | JavadocMethod | Expected @param tag for 'uri'. | 39 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 27 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| misc | FinalParameters | Parameter uri should be final. | 41 | |
| javadoc | JavadocMethod | Expected @param tag for 'uri'. | 41 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 26 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| misc | FinalParameters | Parameter uri should be final. | 43 | |
| javadoc | JavadocMethod | Expected @param tag for 'uri'. | 43 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 27 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| misc | FinalParameters | Parameter uri should be final. | 38 | |
| javadoc | JavadocMethod | Expected @param tag for 'uri'. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 27 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| misc | FinalParameters | Parameter uri should be final. | 38 | |
| javadoc | JavadocMethod | Expected @param tag for 'uri'. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 27 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| misc | FinalParameters | Parameter uri should be final. | 38 | |
| javadoc | JavadocMethod | Expected @param tag for 'uri'. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 17 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| misc | FinalParameters | Parameter uri should be final. | 28 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| misc | FinalParameters | Parameter arg0 should be final. | 36 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 18 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| sizes | MethodLength | Method length is 224 lines (max allowed is 150). | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| naming | LocalVariableName | Name 'oci_Symptom' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 56 | |
| naming | LocalVariableName | Name 'oci_DirectFault' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 | |
| naming | LocalVariableName | Name 'oci_ErrorDetector' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 60 | |
| naming | LocalVariableName | Name 'oci_NonParametricFault' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 | |
| coding | MagicNumber | '3' is a magic number. | 63 | |
| naming | LocalVariableName | Name 'oci_SoftwareFault' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 64 | |
| coding | MagicNumber | '4' is a magic number. | 65 | |
| naming | LocalVariableName | Name 'oci_InteractionFault' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 66 | |
| coding | MagicNumber | '5' is a magic number. | 67 | |
| naming | LocalVariableName | Name 'oci_StructuralFault' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 68 | |
| coding | MagicNumber | '6' is a magic number. | 69 | |
| naming | LocalVariableName | Name 'oci_InternalCauseFault' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 | |
| coding | MagicNumber | '7' is a magic number. | 71 | |
| naming | LocalVariableName | Name 'oci_PermanentFault' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 72 | |
| coding | MagicNumber | '8' is a magic number. | 73 | |
| naming | LocalVariableName | Name 'oci_IntermittentFault' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 74 | |
| coding | MagicNumber | '9' is a magic number. | 75 | |
| naming | LocalVariableName | Name 'oci_EarlyTimingFault' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 76 | |
| coding | MagicNumber | '10' is a magic number. | 77 | |
| naming | LocalVariableName | Name 'oci_ContinuedFault' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 78 | |
| coding | MagicNumber | '11' is a magic number. | 79 | |
| naming | LocalVariableName | Name 'oci_RecoveryAction' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 80 | |
| coding | MagicNumber | '12' is a magic number. | 81 | |
| naming | LocalVariableName | Name 'oci_Fault' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 82 | |
| coding | MagicNumber | '13' is a magic number. | 83 | |
| naming | LocalVariableName | Name 'oci_ShapeFault' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 84 | |
| coding | MagicNumber | '14' is a magic number. | 85 | |
| naming | LocalVariableName | Name 'oci_ExternalFault' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 86 | |
| coding | MagicNumber | '15' is a magic number. | 87 | |
| naming | LocalVariableName | Name 'oci_Sensor' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 88 | |
| coding | MagicNumber | '16' is a magic number. | 89 | |
| naming | LocalVariableName | Name 'oci_ParametricFault' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 90 | |
| coding | MagicNumber | '17' is a magic number. | 91 | |
| naming | LocalVariableName | Name 'oci_ValueFault' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 92 | |
| coding | MagicNumber | '18' is a magic number. | 93 | |
| naming | LocalVariableName | Name 'oci_OperationalFault' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 94 | |
| coding | MagicNumber | '19' is a magic number. | 95 | |
| naming | LocalVariableName | Name 'oci_PhysicalFault' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 96 | |
| coding | MagicNumber | '20' is a magic number. | 97 | |
| naming | LocalVariableName | Name 'oci_FCR' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 98 | |
| coding | MagicNumber | '21' is a magic number. | 99 | |
| naming | LocalVariableName | Name 'oci_TimingFault' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 100 | |
| coding | MagicNumber | '22' is a magic number. | 101 | |
| naming | LocalVariableName | Name 'oci_IndirectFault' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 102 | |
| coding | MagicNumber | '23' is a magic number. | 103 | |
| naming | LocalVariableName | Name 'oci_LateTimingFault' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 104 | |
| coding | MagicNumber | '24' is a magic number. | 105 | |
| naming | LocalVariableName | Name 'oci_PropertyFault' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 106 | |
| coding | MagicNumber | '25' is a magic number. | 107 | |
| naming | LocalVariableName | Name 'oci_DevelopmentFault' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 108 | |
| coding | MagicNumber | '26' is a magic number. | 109 | |
| naming | LocalVariableName | Name 'oci_TransientFault' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 110 | |
| coding | MagicNumber | '27' is a magic number. | 111 | |
| naming | LocalVariableName | Name 'oci_NonMaliciousFault' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 112 | |
| coding | MagicNumber | '28' is a magic number. | 113 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 183 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 17 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| misc | FinalParameters | Parameter uri should be final. | 28 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| misc | FinalParameters | Parameter arg0 should be final. | 36 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 17 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| misc | FinalParameters | Parameter uri should be final. | 28 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| misc | FinalParameters | Parameter arg0 should be final. | 36 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 17 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| misc | FinalParameters | Parameter uri should be final. | 28 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| misc | FinalParameters | Parameter arg0 should be final. | 36 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 17 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 23 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| misc | FinalParameters | Parameter uri should be final. | 35 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| misc | FinalParameters | Parameter propURI should be final. | 43 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 44 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 50 | |
| design | DesignForExtension | Method 'getSymptom' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| design | DesignForExtension | Method 'setSymptom' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 57 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 58 | |
| design | DesignForExtension | Method 'getFault' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| design | DesignForExtension | Method 'setFault' is not designed for extension - needs to be abstract, final or empty. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 66 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 67 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 17 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| misc | FinalParameters | Parameter uri should be final. | 28 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| misc | FinalParameters | Parameter arg0 should be final. | 36 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 17 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 23 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| misc | FinalParameters | Parameter uri should be final. | 33 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| misc | FinalParameters | Parameter propURI should be final. | 41 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 42 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 48 | |
| design | DesignForExtension | Method 'getFault' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| design | DesignForExtension | Method 'setFault' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 55 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 56 | |
| design | DesignForExtension | Method 'getLocation' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| design | DesignForExtension | Method 'setLocation' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 64 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 65 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 17 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 23 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 26 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| misc | FinalParameters | Parameter uri should be final. | 37 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| misc | FinalParameters | Parameter propURI should be final. | 45 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 46 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 52 | |
| design | DesignForExtension | Method 'getTimestamp' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 59 | |
| design | DesignForExtension | Method 'setTimestamp' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 62 | |
| design | DesignForExtension | Method 'isFaultDecision' is not designed for extension - needs to be abstract, final or empty. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 68 | |
| design | DesignForExtension | Method 'setFaultDecision' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 71 | |
| design | DesignForExtension | Method 'getLocation' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| design | DesignForExtension | Method 'setLocation' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 79 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 80 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 17 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| misc | FinalParameters | Parameter uri should be final. | 28 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| misc | FinalParameters | Parameter arg0 should be final. | 36 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 17 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| misc | FinalParameters | Parameter uri should be final. | 28 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| misc | FinalParameters | Parameter arg0 should be final. | 36 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 17 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| misc | FinalParameters | Parameter uri should be final. | 28 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| misc | FinalParameters | Parameter arg0 should be final. | 36 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 17 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| misc | FinalParameters | Parameter uri should be final. | 28 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| misc | FinalParameters | Parameter arg0 should be final. | 36 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 17 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| misc | FinalParameters | Parameter uri should be final. | 28 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| misc | FinalParameters | Parameter arg0 should be final. | 36 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 17 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| misc | FinalParameters | Parameter uri should be final. | 28 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| misc | FinalParameters | Parameter arg0 should be final. | 36 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 17 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| misc | FinalParameters | Parameter uri should be final. | 28 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| misc | FinalParameters | Parameter arg0 should be final. | 36 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 17 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| misc | FinalParameters | Parameter uri should be final. | 28 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| misc | FinalParameters | Parameter arg0 should be final. | 36 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 17 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| misc | FinalParameters | Parameter uri should be final. | 28 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| misc | FinalParameters | Parameter arg0 should be final. | 36 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 17 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| misc | FinalParameters | Parameter uri should be final. | 28 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| misc | FinalParameters | Parameter arg0 should be final. | 36 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 17 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| misc | FinalParameters | Parameter uri should be final. | 28 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| misc | FinalParameters | Parameter arg0 should be final. | 36 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 17 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| misc | FinalParameters | Parameter uri should be final. | 28 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| misc | FinalParameters | Parameter arg0 should be final. | 36 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 17 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| misc | FinalParameters | Parameter uri should be final. | 29 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| misc | FinalParameters | Parameter arg0 should be final. | 37 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 17 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 23 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| misc | FinalParameters | Parameter uri should be final. | 33 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| misc | FinalParameters | Parameter propURI should be final. | 41 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 42 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 48 | |
| design | DesignForExtension | Method 'getSymptom' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| design | DesignForExtension | Method 'setSymptom' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 55 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 17 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| misc | FinalParameters | Parameter uri should be final. | 28 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| misc | FinalParameters | Parameter arg0 should be final. | 36 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 17 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| misc | FinalParameters | Parameter uri should be final. | 28 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| misc | FinalParameters | Parameter arg0 should be final. | 36 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 17 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| misc | FinalParameters | Parameter uri should be final. | 28 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| misc | FinalParameters | Parameter arg0 should be final. | 36 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 17 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 23 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 26 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| misc | FinalParameters | Parameter uri should be final. | 33 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| misc | FinalParameters | Parameter propURI should be final. | 41 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 42 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 48 | |
| design | DesignForExtension | Method 'getErrorDetector' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| design | DesignForExtension | Method 'setErrorDetector' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 55 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 17 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 22 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| misc | FinalParameters | Parameter uri should be final. | 31 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| misc | FinalParameters | Parameter propURI should be final. | 39 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 40 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 46 | |
| design | DesignForExtension | Method 'getTimeThreshold' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| design | DesignForExtension | Method 'setTimeThreshold' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 53 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 17 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| misc | FinalParameters | Parameter uri should be final. | 28 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| misc | FinalParameters | Parameter arg0 should be final. | 36 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 17 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| misc | FinalParameters | Parameter uri should be final. | 31 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| misc | FinalParameters | Parameter propURI should be final. | 39 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 40 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 46 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 53 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| misc | FinalParameters | Parameter uri should be final. | 31 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| misc | FinalParameters | Parameter arg0 should be final. | 39 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| misc | FinalParameters | Parameter uri should be final. | 32 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| misc | FinalParameters | Parameter arg0 should be final. | 40 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 45 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 50 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| misc | FinalParameters | Parameter uri should be final. | 32 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| misc | FinalParameters | Parameter arg0 should be final. | 40 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 45 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 50 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| misc | FinalParameters | Parameter uri should be final. | 32 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| misc | FinalParameters | Parameter arg0 should be final. | 40 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 45 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 50 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| misc | FinalParameters | Parameter uri should be final. | 31 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| misc | FinalParameters | Parameter arg0 should be final. | 39 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| misc | FinalParameters | Parameter uri should be final. | 31 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| misc | FinalParameters | Parameter arg0 should be final. | 39 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| misc | FinalParameters | Parameter uri should be final. | 31 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| misc | FinalParameters | Parameter arg0 should be final. | 39 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| misc | FinalParameters | Parameter uri should be final. | 31 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| misc | FinalParameters | Parameter arg0 should be final. | 39 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| misc | FinalParameters | Parameter uri should be final. | 32 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| misc | FinalParameters | Parameter arg0 should be final. | 40 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 45 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 52 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| misc | FinalParameters | Parameter uri should be final. | 32 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| misc | FinalParameters | Parameter arg0 should be final. | 40 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 45 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 50 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| misc | FinalParameters | Parameter uri should be final. | 32 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| misc | FinalParameters | Parameter arg0 should be final. | 40 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 45 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 50 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| misc | FinalParameters | Parameter uri should be final. | 32 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| misc | FinalParameters | Parameter arg0 should be final. | 40 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 45 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 50 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| sizes | MethodLength | Method length is 650 lines (max allowed is 150). | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 66 | |
| naming | LocalVariableName | Name 'oci_TemperatureLevelValue' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 67 | |
| naming | LocalVariableName | Name 'oci_ExitValue' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 68 | |
| naming | LocalVariableName | Name 'oci_MotionValue' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 68 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 69 | |
| naming | LocalVariableName | Name 'oci_StatusValue' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 70 | |
| naming | LocalVariableName | Name 'oci_DosageValue' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 71 | |
| naming | LocalVariableName | Name 'oci_ValueType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 71 | |
| naming | LocalVariableName | Name 'oci_COSensor' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 78 | |
| naming | LocalVariableName | Name 'oci_WaterFlowActuator' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 80 | |
| naming | LocalVariableName | Name 'oci_WindowController' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 82 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 84 | |
| naming | LocalVariableName | Name 'oci_Actuator' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 84 | |
| naming | LocalVariableName | Name 'oci_LightController' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 85 | |
| coding | MagicNumber | '3' is a magic number. | 86 | |
| naming | LocalVariableName | Name 'oci_FallSensor' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 87 | |
| coding | MagicNumber | '4' is a magic number. | 88 | |
| naming | LocalVariableName | Name 'oci_SwitchActuator' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 89 | |
| coding | MagicNumber | '5' is a magic number. | 90 | |
| naming | LocalVariableName | Name 'oci_DimmerActuator' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 91 | |
| coding | MagicNumber | '6' is a magic number. | 92 | |
| naming | LocalVariableName | Name 'oci_DosageSensor' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 93 | |
| coding | MagicNumber | '7' is a magic number. | 94 | |
| naming | LocalVariableName | Name 'oci_PanicButtonSensor' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 95 | |
| coding | MagicNumber | '8' is a magic number. | 96 | |
| naming | LocalVariableName | Name 'oci_HeaterSensor' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 97 | |
| coding | MagicNumber | '9' is a magic number. | 98 | |
| naming | LocalVariableName | Name 'oci_CurtainSensor' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 99 | |
| coding | MagicNumber | '10' is a magic number. | 100 | |
| naming | LocalVariableName | Name 'oci_PresenceSensor' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 103 | |
| coding | MagicNumber | '12' is a magic number. | 104 | |
| naming | LocalVariableName | Name 'oci_EnuresisSensor' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 105 | |
| coding | MagicNumber | '13' is a magic number. | 106 | |
| naming | LocalVariableName | Name 'oci_DimmerSensor' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 107 | |
| coding | MagicNumber | '14' is a magic number. | 108 | |
| naming | LocalVariableName | Name 'oci_MotionSensor' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 109 | |
| coding | MagicNumber | '15' is a magic number. | 110 | |
| naming | LocalVariableName | Name 'oci_SmokeSensor' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 111 | |
| coding | MagicNumber | '16' is a magic number. | 112 | |
| naming | LocalVariableName | Name 'oci_CurtainController' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 113 | |
| coding | MagicNumber | '17' is a magic number. | 114 | |
| naming | LocalVariableName | Name 'oci_SwitchController' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 115 | |
| coding | MagicNumber | '18' is a magic number. | 116 | |
| naming | LocalVariableName | Name 'oci_BlindSensor' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 117 | |
| coding | MagicNumber | '19' is a magic number. | 118 | |
| naming | LocalVariableName | Name 'oci_HeaterController' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 119 | |
| coding | MagicNumber | '20' is a magic number. | 120 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 121 | |
| naming | LocalVariableName | Name 'oci_ValueDevice' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 121 | |
| naming | LocalVariableName | Name 'oci_SwitchSensor' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 122 | |
| coding | MagicNumber | '21' is a magic number. | 123 | |
| naming | LocalVariableName | Name 'oci_ExitSensor' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 124 | |
| coding | MagicNumber | '22' is a magic number. | 125 | |
| naming | LocalVariableName | Name 'oci_GlassBreakSensor' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 126 | |
| coding | MagicNumber | '23' is a magic number. | 127 | |
| naming | LocalVariableName | Name 'oci_HumiditySensor' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 128 | |
| coding | MagicNumber | '24' is a magic number. | 129 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 130 | |
| naming | LocalVariableName | Name 'oci_Sensor' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 130 | |
| naming | LocalVariableName | Name 'oci_WaterFlowSensor' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 131 | |
| coding | MagicNumber | '25' is a magic number. | 132 | |
| naming | LocalVariableName | Name 'oci_WaterFlowController' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 133 | |
| coding | MagicNumber | '26' is a magic number. | 134 | |
| naming | LocalVariableName | Name 'oci_TemperatureLevelSensor' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 135 | |
| coding | MagicNumber | '27' is a magic number. | 136 | |
| naming | LocalVariableName | Name 'oci_GasSensor' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 137 | |
| coding | MagicNumber | '28' is a magic number. | 138 | |
| naming | LocalVariableName | Name 'oci_EnvironmentSensor' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 139 | |
| coding | MagicNumber | '29' is a magic number. | 140 | |
| naming | LocalVariableName | Name 'oci_WindowSensor' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 141 | |
| coding | MagicNumber | '30' is a magic number. | 142 | |
| naming | LocalVariableName | Name 'oci_FloodSensor' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 143 | |
| coding | MagicNumber | '31' is a magic number. | 144 | |
| naming | LocalVariableName | Name 'oci_ContactSensor' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 145 | |
| coding | MagicNumber | '32' is a magic number. | 146 | |
| naming | LocalVariableName | Name 'oci_DimmerController' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 147 | |
| coding | MagicNumber | '33' is a magic number. | 148 | |
| naming | LocalVariableName | Name 'oci_CurtainActuator' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 149 | |
| coding | MagicNumber | '34' is a magic number. | 150 | |
| naming | LocalVariableName | Name 'oci_BlindActuator' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 151 | |
| coding | MagicNumber | '35' is a magic number. | 152 | |
| naming | LocalVariableName | Name 'oci_BlindController' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 153 | |
| coding | MagicNumber | '36' is a magic number. | 154 | |
| naming | LocalVariableName | Name 'oci_WindowActuator' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 155 | |
| coding | MagicNumber | '37' is a magic number. | 156 | |
| naming | LocalVariableName | Name 'oci_LightSensor' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 157 | |
| coding | MagicNumber | '38' is a magic number. | 158 | |
| naming | LocalVariableName | Name 'oci_TemperatureSensor' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 159 | |
| coding | MagicNumber | '39' is a magic number. | 160 | |
| naming | LocalVariableName | Name 'oci_HeaterActuator' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 161 | |
| coding | MagicNumber | '40' is a magic number. | 162 | |
| naming | LocalVariableName | Name 'oci_LightActuator' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 163 | |
| coding | MagicNumber | '41' is a magic number. | 164 | |
| naming | LocalVariableName | Name 'oci_DoorActuator' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 165 | |
| coding | MagicNumber | '42' is a magic number. | 166 | |
| naming | LocalVariableName | Name 'oci_DoorController' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 167 | |
| coding | MagicNumber | '43' is a magic number. | 168 | |
| naming | LocalVariableName | Name 'oci_DoorSensor' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 169 | |
| coding | MagicNumber | '44' is a magic number. | 170 | |
| naming | LocalVariableName | Name 'oci_CO2Sensor' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 171 | |
| coding | MagicNumber | '45' is a magic number. | 172 | |
| naming | LocalVariableName | Name 'oci_EnvironmentMeter' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 173 | |
| coding | MagicNumber | '46' is a magic number. | 174 | |
| naming | LocalVariableName | Name 'oci_CO2Meter' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 175 | |
| coding | MagicNumber | '47' is a magic number. | 176 | |
| naming | LocalVariableName | Name 'oci_COMeter' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 177 | |
| coding | MagicNumber | '48' is a magic number. | 178 | |
| naming | LocalVariableName | Name 'oci_GasMeter' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 179 | |
| coding | MagicNumber | '49' is a magic number. | 180 | |
| naming | LocalVariableName | Name 'oci_SmokeMeter' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 181 | |
| coding | MagicNumber | '50' is a magic number. | 182 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 195 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 201 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 213 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 218 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 226 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 230 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 511 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 521 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 531 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 535 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 539 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 543 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 681 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 689 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 700 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 702 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| misc | FinalParameters | Parameter uri should be final. | 32 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| misc | FinalParameters | Parameter arg0 should be final. | 40 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 45 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 50 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| misc | FinalParameters | Parameter uri should be final. | 32 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| misc | FinalParameters | Parameter arg0 should be final. | 40 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 45 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 50 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| misc | FinalParameters | Parameter uri should be final. | 32 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| misc | FinalParameters | Parameter arg0 should be final. | 40 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 45 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 50 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| misc | FinalParameters | Parameter uri should be final. | 32 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| misc | FinalParameters | Parameter arg0 should be final. | 40 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 45 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 52 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| misc | FinalParameters | Parameter uri should be final. | 32 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| misc | FinalParameters | Parameter arg0 should be final. | 40 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 45 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 52 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| misc | FinalParameters | Parameter uri should be final. | 32 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| misc | FinalParameters | Parameter arg0 should be final. | 40 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 45 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 52 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| misc | FinalParameters | Parameter uri should be final. | 32 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| misc | FinalParameters | Parameter arg0 should be final. | 40 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 45 | |
| design | DesignForExtension | Method 'getDosageValue' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| design | DesignForExtension | Method 'setDosageValue' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 52 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| design | FinalClass | Class DosageValue should be declared as final. | 26 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| naming | ConstantName | Name 'names' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 34 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| naming | ConstantName | Name 'Taken' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| naming | ConstantName | Name 'Missed' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| naming | ConstantName | Name 'NoCondition' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| misc | FinalParameters | Parameter order should be final. | 42 | |
| coding | HiddenField | 'order' hides a field. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| misc | FinalParameters | Parameter propURI should be final. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| misc | FinalParameters | Parameter order should be final. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 80 | |
| misc | FinalParameters | Parameter name should be final. | 80 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 81 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 84 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 87 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 88 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| misc | FinalParameters | Parameter uri should be final. | 32 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| misc | FinalParameters | Parameter arg0 should be final. | 40 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 45 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 52 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| misc | FinalParameters | Parameter uri should be final. | 34 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| misc | FinalParameters | Parameter arg0 should be final. | 42 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 47 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 54 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| misc | FinalParameters | Parameter uri should be final. | 32 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| misc | FinalParameters | Parameter arg0 should be final. | 40 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 45 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 52 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| misc | FinalParameters | Parameter uri should be final. | 31 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| misc | FinalParameters | Parameter arg0 should be final. | 39 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 44 | |
| design | DesignForExtension | Method 'getExitValue' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| design | DesignForExtension | Method 'setExitValue' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 51 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| design | FinalClass | Class ExitValue should be declared as final. | 26 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| naming | ConstantName | Name 'names' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 33 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| naming | ConstantName | Name 'Exit' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| naming | ConstantName | Name 'DoorLeftOpen' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| naming | ConstantName | Name 'NoCondition' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| misc | FinalParameters | Parameter order should be final. | 42 | |
| coding | HiddenField | 'order' hides a field. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| misc | FinalParameters | Parameter propURI should be final. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| misc | FinalParameters | Parameter order should be final. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 80 | |
| misc | FinalParameters | Parameter name should be final. | 80 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 81 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 84 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 87 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 88 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| misc | FinalParameters | Parameter uri should be final. | 31 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| misc | FinalParameters | Parameter arg0 should be final. | 39 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 44 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 51 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| misc | FinalParameters | Parameter uri should be final. | 32 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| misc | FinalParameters | Parameter arg0 should be final. | 40 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 45 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 52 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| misc | FinalParameters | Parameter uri should be final. | 31 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| misc | FinalParameters | Parameter arg0 should be final. | 39 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| misc | FinalParameters | Parameter uri should be final. | 31 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| misc | FinalParameters | Parameter arg0 should be final. | 39 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| misc | FinalParameters | Parameter uri should be final. | 32 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| misc | FinalParameters | Parameter arg0 should be final. | 40 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 45 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 52 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| misc | FinalParameters | Parameter uri should be final. | 32 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| misc | FinalParameters | Parameter arg0 should be final. | 40 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 45 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 52 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| misc | FinalParameters | Parameter uri should be final. | 32 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| misc | FinalParameters | Parameter arg0 should be final. | 40 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 45 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 52 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| misc | FinalParameters | Parameter uri should be final. | 32 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| misc | FinalParameters | Parameter arg0 should be final. | 40 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 45 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 52 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| misc | FinalParameters | Parameter uri should be final. | 32 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| misc | FinalParameters | Parameter arg0 should be final. | 40 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 45 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 50 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| misc | FinalParameters | Parameter uri should be final. | 32 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| misc | FinalParameters | Parameter arg0 should be final. | 40 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 45 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 50 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| misc | FinalParameters | Parameter uri should be final. | 32 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| misc | FinalParameters | Parameter arg0 should be final. | 40 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 45 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 50 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| misc | FinalParameters | Parameter uri should be final. | 32 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| misc | FinalParameters | Parameter arg0 should be final. | 40 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 45 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 50 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| misc | FinalParameters | Parameter uri should be final. | 32 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| misc | FinalParameters | Parameter arg0 should be final. | 40 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 45 | |
| design | DesignForExtension | Method 'getMotionValue' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| design | DesignForExtension | Method 'setMotionValue' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 52 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| design | FinalClass | Class MotionValue should be declared as final. | 26 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| naming | ConstantName | Name 'names' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 35 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| naming | ConstantName | Name 'Detected' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| naming | ConstantName | Name 'Delayed' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| naming | ConstantName | Name 'Tampered' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| naming | ConstantName | Name 'NotDetected' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| misc | FinalParameters | Parameter order should be final. | 45 | |
| coding | HiddenField | 'order' hides a field. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| misc | FinalParameters | Parameter propURI should be final. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| misc | FinalParameters | Parameter order should be final. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| misc | FinalParameters | Parameter name should be final. | 85 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 86 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 89 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 92 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 93 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| misc | FinalParameters | Parameter uri should be final. | 32 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| misc | FinalParameters | Parameter arg0 should be final. | 40 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 45 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 52 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| misc | FinalParameters | Parameter uri should be final. | 32 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| misc | FinalParameters | Parameter arg0 should be final. | 40 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 45 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 52 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| misc | FinalParameters | Parameter uri should be final. | 31 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| misc | FinalParameters | Parameter arg0 should be final. | 39 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| misc | FinalParameters | Parameter uri should be final. | 32 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| misc | FinalParameters | Parameter arg0 should be final. | 40 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| misc | FinalParameters | Parameter uri should be final. | 32 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| misc | FinalParameters | Parameter arg0 should be final. | 40 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| design | FinalClass | Class StatusValue should be declared as final. | 26 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| naming | ConstantName | Name 'names' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 34 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| naming | ConstantName | Name 'Activated' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| naming | ConstantName | Name 'NotActivated' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| naming | ConstantName | Name 'NoCondition' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| misc | FinalParameters | Parameter order should be final. | 44 | |
| coding | HiddenField | 'order' hides a field. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| misc | FinalParameters | Parameter propURI should be final. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| misc | FinalParameters | Parameter order should be final. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 82 | |
| misc | FinalParameters | Parameter name should be final. | 82 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 83 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 86 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 89 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 90 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| misc | FinalParameters | Parameter uri should be final. | 32 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| misc | FinalParameters | Parameter arg0 should be final. | 40 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 45 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 52 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| misc | FinalParameters | Parameter uri should be final. | 32 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| misc | FinalParameters | Parameter arg0 should be final. | 40 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 45 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 52 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| misc | FinalParameters | Parameter uri should be final. | 32 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| misc | FinalParameters | Parameter arg0 should be final. | 40 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 45 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 52 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| misc | FinalParameters | Parameter uri should be final. | 32 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| misc | FinalParameters | Parameter arg0 should be final. | 40 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 45 | |
| design | DesignForExtension | Method 'Value' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| naming | MethodName | Name 'Value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 | |
| design | DesignForExtension | Method 'Value' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| naming | MethodName | Name 'Value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 52 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| design | FinalClass | Class TemperatureLevelValue should be declared as final. | 26 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| naming | ConstantName | Name 'names' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 34 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| naming | ConstantName | Name 'HighTemperature' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| naming | ConstantName | Name 'LowTemperature' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| naming | ConstantName | Name 'ChangeTooFast' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| misc | FinalParameters | Parameter order should be final. | 46 | |
| coding | HiddenField | 'order' hides a field. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter propURI should be final. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| misc | FinalParameters | Parameter order should be final. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| misc | FinalParameters | Parameter name should be final. | 85 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 86 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 89 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 92 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 93 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| misc | FinalParameters | Parameter uri should be final. | 32 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| misc | FinalParameters | Parameter arg0 should be final. | 40 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 45 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 50 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| misc | FinalParameters | Parameter uri should be final. | 43 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter arg0 should be final. | 51 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 56 | |
| design | DesignForExtension | Method 'getValueType' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 64 | |
| design | DesignForExtension | Method 'setValueType' is not designed for extension - needs to be abstract, final or empty. | 86 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 86 | |
| misc | FinalParameters | Parameter propertyValue should be final. | 86 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| design | FinalClass | Class ValueType should be declared as final. | 26 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| naming | ConstantName | Name 'names' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 32 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| naming | ConstantName | Name 'event' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| naming | ConstantName | Name 'state' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| misc | FinalParameters | Parameter order should be final. | 39 | |
| coding | HiddenField | 'order' hides a field. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| misc | FinalParameters | Parameter propURI should be final. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| misc | FinalParameters | Parameter order should be final. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| misc | FinalParameters | Parameter name should be final. | 75 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 76 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 79 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 82 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 83 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| misc | FinalParameters | Parameter uri should be final. | 32 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| misc | FinalParameters | Parameter arg0 should be final. | 40 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 45 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 52 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| misc | FinalParameters | Parameter uri should be final. | 32 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| misc | FinalParameters | Parameter arg0 should be final. | 40 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 45 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 52 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| misc | FinalParameters | Parameter uri should be final. | 32 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| misc | FinalParameters | Parameter arg0 should be final. | 40 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 45 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 52 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| misc | FinalParameters | Parameter uri should be final. | 32 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| misc | FinalParameters | Parameter arg0 should be final. | 40 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 45 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 52 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| misc | FinalParameters | Parameter uri should be final. | 32 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| misc | FinalParameters | Parameter arg0 should be final. | 40 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 45 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 52 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| misc | FinalParameters | Parameter uri should be final. | 32 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| misc | FinalParameters | Parameter arg0 should be final. | 40 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 45 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 52 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| misc | FinalParameters | Parameter uri should be final. | 45 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| misc | FinalParameters | Parameter propURI should be final. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 58 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 65 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 66 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| misc | FinalParameters | Parameter ontURI should be final. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| design | DesignForExtension | Method 'create' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| coding | MagicNumber | '3' is a magic number. | 104 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| misc | FinalParameters | Parameter uri should be final. | 43 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 52 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| misc | FinalParameters | Parameter propURI should be final. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 63 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 64 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| misc | FinalParameters | Parameter uri should be final. | 46 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 55 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| misc | FinalParameters | Parameter propURI should be final. | 58 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 66 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 67 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| misc | FinalParameters | Parameter uri should be final. | 44 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| misc | FinalParameters | Parameter propURI should be final. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 23 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| design | VisibilityModifier | Variable 'context' must be private and have accessor methods. | 25 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 26 | |
| design | VisibilityModifier | Variable 'ontology' must be private and have accessor methods. | 26 | |
| design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| misc | FinalParameters | Parameter mc should be final. | 28 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 29 | |
| design | DesignForExtension | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| misc | FinalParameters | Parameter mc should be final. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 20 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 22 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 23 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 25 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 40 | |
| design | DesignForExtension | Method 'createInstance' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| misc | FinalParameters | Parameter classURI should be final. | 42 | |
| misc | FinalParameters | Parameter instanceURI should be final. | 42 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 43 | |
| misc | FinalParameters | Parameter factoryIndex should be final. | 43 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 45 | |
| coding | MagicNumber | '3' is a magic number. | 52 | |
| coding | MagicNumber | '4' is a magic number. | 54 | |
| coding | MagicNumber | '5' is a magic number. | 56 | |
| coding | MagicNumber | '6' is a magic number. | 58 | |
| coding | MagicNumber | '7' is a magic number. | 60 | |
| coding | MagicNumber | '8' is a magic number. | 62 | |
| coding | MagicNumber | '9' is a magic number. | 64 | |
| coding | MagicNumber | '10' is a magic number. | 66 | |
| coding | MagicNumber | '11' is a magic number. | 68 | |
| coding | MagicNumber | '12' is a magic number. | 70 | |
| coding | MagicNumber | '13' is a magic number. | 72 | |
| coding | MagicNumber | '14' is a magic number. | 74 | |
| coding | MagicNumber | '15' is a magic number. | 76 | |
| coding | MagicNumber | '16' is a magic number. | 78 | |
| coding | MagicNumber | '17' is a magic number. | 80 | |
| coding | MagicNumber | '18' is a magic number. | 82 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| misc | FinalParameters | Parameter uri should be final. | 34 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| misc | FinalParameters | Parameter arg0 should be final. | 42 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 23 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| misc | FinalParameters | Parameter uri should be final. | 48 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| misc | FinalParameters | Parameter arg0 should be final. | 56 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 61 | |
| design | DesignForExtension | Method 'getDiseaseName' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 74 | |
| design | DesignForExtension | Method 'setAssociatedQuestion' is not designed for extension - needs to be abstract, final or empty. | 78 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 78 | |
| misc | FinalParameters | Parameter diseaseName should be final. | 78 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 79 | |
| design | DesignForExtension | Method 'getDiseaseStatus' is not designed for extension - needs to be abstract, final or empty. | 83 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 83 | |
| design | DesignForExtension | Method 'setDiseaseStatus' is not designed for extension - needs to be abstract, final or empty. | 87 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 87 | |
| misc | FinalParameters | Parameter diseaseStatus should be final. | 87 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 88 | |
| design | DesignForExtension | Method 'getEtiology' is not designed for extension - needs to be abstract, final or empty. | 92 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 92 | |
| design | DesignForExtension | Method 'setEtiology' is not designed for extension - needs to be abstract, final or empty. | 96 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 96 | |
| misc | FinalParameters | Parameter etiology should be final. | 96 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 97 | |
| design | DesignForExtension | Method 'getPatogeny' is not designed for extension - needs to be abstract, final or empty. | 101 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 101 | |
| design | DesignForExtension | Method 'setPatogeny' is not designed for extension - needs to be abstract, final or empty. | 105 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 105 | |
| misc | FinalParameters | Parameter patogeny should be final. | 105 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 106 | |
| design | DesignForExtension | Method 'getEpidemiology' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| design | DesignForExtension | Method 'setEpidemiology' is not designed for extension - needs to be abstract, final or empty. | 114 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 114 | |
| misc | FinalParameters | Parameter epidemiology should be final. | 114 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 115 | |
| design | DesignForExtension | Method 'getDiagnostic' is not designed for extension - needs to be abstract, final or empty. | 119 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 119 | |
| design | DesignForExtension | Method 'setDiagnostic' is not designed for extension - needs to be abstract, final or empty. | 123 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 123 | |
| misc | FinalParameters | Parameter diagnostic should be final. | 123 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 124 | |
| design | DesignForExtension | Method 'getPronostic' is not designed for extension - needs to be abstract, final or empty. | 128 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 128 | |
| design | DesignForExtension | Method 'setPronostic' is not designed for extension - needs to be abstract, final or empty. | 132 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 132 | |
| misc | FinalParameters | Parameter pronostic should be final. | 132 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 133 | |
| design | DesignForExtension | Method 'isContagious' is not designed for extension - needs to be abstract, final or empty. | 137 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 137 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 139 | |
| design | DesignForExtension | Method 'setIsContagious' is not designed for extension - needs to be abstract, final or empty. | 142 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 142 | |
| misc | FinalParameters | Parameter isContagious should be final. | 142 | |
| design | DesignForExtension | Method 'getSympthoms' is not designed for extension - needs to be abstract, final or empty. | 146 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 146 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 153 | |
| design | DesignForExtension | Method 'setSympthoms' is not designed for extension - needs to be abstract, final or empty. | 159 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 159 | |
| misc | FinalParameters | Parameter sympthoms should be final. | 159 | |
| design | DesignForExtension | Method 'addSympthom' is not designed for extension - needs to be abstract, final or empty. | 167 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 167 | |
| misc | FinalParameters | Parameter sympthom should be final. | 167 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 26 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 28 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 47 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 50 | |
| sizes | MethodLength | Method length is 206 lines (max allowed is 150). | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| naming | LocalVariableName | Name 'oci_DiseaseSeverityStatus' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 | |
| naming | LocalVariableName | Name 'oci_DiseaseTimeEvolvingStatus' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 68 | |
| sizes | LineLength | Line is longer than 80 characters (found 160). | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 78 | |
| sizes | LineLength | Line is longer than 80 characters (found 160). | 80 | |
| naming | LocalVariableName | Name 'oci_Disease' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 88 | |
| naming | LocalVariableName | Name 'oci_Epidemiology' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 90 | |
| naming | LocalVariableName | Name 'oci_Etiology' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 92 | |
| naming | LocalVariableName | Name 'oci_Patogeny' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 94 | |
| coding | MagicNumber | '3' is a magic number. | 95 | |
| naming | LocalVariableName | Name 'oci_Sympthom' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 96 | |
| coding | MagicNumber | '4' is a magic number. | 97 | |
| naming | LocalVariableName | Name 'oci_Pronostic' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 98 | |
| coding | MagicNumber | '5' is a magic number. | 99 | |
| naming | LocalVariableName | Name 'oci_Diagnostic' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 100 | |
| coding | MagicNumber | '6' is a magic number. | 101 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 103 | |
| naming | LocalVariableName | Name 'oci_CertainInfectiousParasiticDisease' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 103 | |
| coding | MagicNumber | '7' is a magic number. | 104 | |
| naming | LocalVariableName | Name 'oci_CirculatorySystemDisease' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 105 | |
| coding | MagicNumber | '8' is a magic number. | 106 | |
| naming | LocalVariableName | Name 'oci_DigestiveSystemDisease' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 107 | |
| coding | MagicNumber | '9' is a magic number. | 108 | |
| naming | LocalVariableName | Name 'oci_MentalDisorder' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 109 | |
| coding | MagicNumber | '10' is a magic number. | 110 | |
| naming | LocalVariableName | Name 'oci_Neoplasms' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 111 | |
| coding | MagicNumber | '11' is a magic number. | 112 | |
| naming | LocalVariableName | Name 'oci_NervousSystemDisease' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 113 | |
| coding | MagicNumber | '12' is a magic number. | 114 | |
| naming | LocalVariableName | Name 'oci_RespiratorySystemDisease' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 115 | |
| coding | MagicNumber | '13' is a magic number. | 116 | |
| naming | LocalVariableName | Name 'oci_AcuteRheumaticFever' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 118 | |
| coding | MagicNumber | '14' is a magic number. | 119 | |
| naming | LocalVariableName | Name 'oci_HeartFailure' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 120 | |
| coding | MagicNumber | '15' is a magic number. | 121 | |
| naming | LocalVariableName | Name 'oci_HypertensiveDisease' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 122 | |
| coding | MagicNumber | '16' is a magic number. | 123 | |
| naming | LocalVariableName | Name 'oci_IschemicHeartDisease' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 124 | |
| coding | MagicNumber | '17' is a magic number. | 125 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 126 | |
| naming | LocalVariableName | Name 'oci_OtherCirculatorySystemDisease' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 126 | |
| coding | MagicNumber | '18' is a magic number. | 127 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| design | FinalClass | Class DiseaseSeverityStatus should be declared as final. | 25 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| naming | ConstantName | Name 'names' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 34 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| naming | ConstantName | Name 'mild' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| naming | ConstantName | Name 'severe' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| naming | ConstantName | Name 'fatal' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| misc | FinalParameters | Parameter order should be final. | 45 | |
| coding | HiddenField | 'order' hides a field. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| misc | FinalParameters | Parameter propURI should be final. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| misc | FinalParameters | Parameter order should be final. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| coding | EqualsHashCode | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 83 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 83 | |
| misc | FinalParameters | Parameter other should be final. | 83 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 85 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 88 | |
| misc | FinalParameters | Parameter name should be final. | 88 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 89 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 92 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 95 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 96 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 19 | |
| design | FinalClass | Class DiseaseTimeEvolvingStatus should be declared as final. | 25 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| naming | ConstantName | Name 'names' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 33 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| naming | ConstantName | Name 'acute' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| naming | ConstantName | Name 'chronic' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| misc | FinalParameters | Parameter order should be final. | 42 | |
| coding | HiddenField | 'order' hides a field. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| misc | FinalParameters | Parameter propURI should be final. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| misc | FinalParameters | Parameter order should be final. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| coding | EqualsHashCode | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| misc | FinalParameters | Parameter other should be final. | 79 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 81 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 84 | |
| misc | FinalParameters | Parameter name should be final. | 84 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 85 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 88 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 91 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 92 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 20 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 23 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| misc | FinalParameters | Parameter uri should be final. | 30 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| misc | FinalParameters | Parameter arg0 should be final. | 38 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| misc | FinalParameters | Parameter uri should be final. | 30 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| misc | FinalParameters | Parameter arg0 should be final. | 38 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 20 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| misc | FinalParameters | Parameter uri should be final. | 29 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| misc | FinalParameters | Parameter arg0 should be final. | 37 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| misc | FinalParameters | Parameter uri should be final. | 31 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| misc | FinalParameters | Parameter arg0 should be final. | 39 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| misc | FinalParameters | Parameter uri should be final. | 28 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| misc | FinalParameters | Parameter arg0 should be final. | 36 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| imports | RedundantImport | Redundant import from the same package - org.universAAL.ontology.drools.ConsequenceProperty. | 26 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 28 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| misc | FinalParameters | Parameter uri should be final. | 41 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| misc | FinalParameters | Parameter propURI should be final. | 45 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| design | DesignForExtension | Method 'getIdentifier' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| design | DesignForExtension | Method 'setIdentifier' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| misc | FinalParameters | Parameter id should be final. | 60 | |
| design | DesignForExtension | Method 'getProperties' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 73 | |
| design | DesignForExtension | Method 'addProperty' is not designed for extension - needs to be abstract, final or empty. | 78 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 78 | |
| misc | FinalParameters | Parameter uri should be final. | 78 | |
| misc | FinalParameters | Parameter key should be final. | 78 | |
| misc | FinalParameters | Parameter value should be final. | 78 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 85 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 110 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 115 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 116 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 124 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 136 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 137 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 140 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 142 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 145 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 147 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 150 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 158 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 164 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 169 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 171 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 178 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 183 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 189 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 190 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 197 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 24 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| misc | FinalParameters | Parameter uri should be final. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| misc | FinalParameters | Parameter uri should be final. | 57 | |
| misc | FinalParameters | Parameter key should be final. | 57 | |
| misc | FinalParameters | Parameter value should be final. | 57 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| misc | FinalParameters | Parameter propURI should be final. | 63 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| design | DesignForExtension | Method 'getKey' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 | |
| design | DesignForExtension | Method 'setKey' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| misc | FinalParameters | Parameter str should be final. | 76 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 80 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 84 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 84 | |
| misc | FinalParameters | Parameter str should be final. | 84 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 88 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 25 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| misc | FinalParameters | Parameter instanceURI should be final. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| misc | FinalParameters | Parameter propURI should be final. | 47 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| misc | FinalParameters | Parameter ontURI should be final. | 41 | |
| design | DesignForExtension | Method 'create' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 49 | |
| coding | MagicNumber | '4' is a magic number. | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 74 | |
| coding | MagicNumber | '3' is a magic number. | 76 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 81 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 84 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 89 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 93 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 96 | |
| sizes | LineLength | Line is longer than 80 characters (found 173). | 100 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 104 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 108 | |
| coding | MagicNumber | '5' is a magic number. | 110 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 112 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 116 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 118 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 120 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| imports | RedundantImport | Redundant import from the same package - org.universAAL.ontology.drools.FactProperty. | 26 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| misc | FinalParameters | Parameter uri should be final. | 48 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| misc | FinalParameters | Parameter propURI should be final. | 52 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| design | DesignForExtension | Method 'getID' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| design | DesignForExtension | Method 'setID' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| misc | FinalParameters | Parameter str should be final. | 65 | |
| design | DesignForExtension | Method 'getProperties' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 72 | |
| design | DesignForExtension | Method 'addProperty' is not designed for extension - needs to be abstract, final or empty. | 83 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 83 | |
| misc | FinalParameters | Parameter uri should be final. | 83 | |
| misc | FinalParameters | Parameter key should be final. | 83 | |
| misc | FinalParameters | Parameter value should be final. | 83 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 99 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| misc | FinalParameters | Parameter uri should be final. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| misc | FinalParameters | Parameter uri should be final. | 58 | |
| misc | FinalParameters | Parameter key should be final. | 58 | |
| misc | FinalParameters | Parameter value should be final. | 58 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| misc | FinalParameters | Parameter propURI should be final. | 64 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| design | DesignForExtension | Method 'getKey' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| design | DesignForExtension | Method 'setKey' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| misc | FinalParameters | Parameter str should be final. | 77 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| misc | FinalParameters | Parameter str should be final. | 85 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 89 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 89 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| misc | FinalParameters | Parameter uri should be final. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| misc | FinalParameters | Parameter uri should be final. | 56 | |
| misc | FinalParameters | Parameter ID should be final. | 56 | |
| naming | ParameterName | Name 'ID' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 56 | |
| misc | FinalParameters | Parameter body should be final. | 56 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| misc | FinalParameters | Parameter propURI should be final. | 62 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| design | DesignForExtension | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| misc | FinalParameters | Parameter str should be final. | 75 | |
| design | DesignForExtension | Method 'getBody' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| design | DesignForExtension | Method 'setBody' is not designed for extension - needs to be abstract, final or empty. | 83 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 83 | |
| misc | FinalParameters | Parameter str should be final. | 83 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 87 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 87 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| misc | FinalParameters | Parameter uri should be final. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| misc | FinalParameters | Parameter uri should be final. | 46 | |
| misc | FinalParameters | Parameter type should be final. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter uri should be final. | 51 | |
| misc | FinalParameters | Parameter type should be final. | 51 | |
| misc | FinalParameters | Parameter shape should be final. | 51 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| design | DesignForExtension | Method 'getFurnitureType' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| design | DesignForExtension | Method 'setFurnitureType' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| misc | FinalParameters | Parameter function should be final. | 69 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 70 | |
| design | DesignForExtension | Method 'clearFurnitureType' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| misc | FinalParameters | Parameter propURI should be final. | 79 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 80 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 80 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 82 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| design | DesignForExtension | Method 'create' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 52 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 65 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| naming | ConstantName | Name 'names' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 46 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 46 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| naming | ConstantName | Name 'Chair' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 49 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| naming | ConstantName | Name 'Table' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 51 | |
| naming | ConstantName | Name 'Shelf' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 51 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 52 | |
| naming | ConstantName | Name 'Locker' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 52 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 53 | |
| naming | ConstantName | Name 'Sofa' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 53 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 54 | |
| naming | ConstantName | Name 'Bed' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 54 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 | |
| naming | ConstantName | Name 'Other' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 55 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 57 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| misc | FinalParameters | Parameter name should be final. | 60 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 61 | |
| coding | MagicNumber | '10' is a magic number. | 61 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| misc | FinalParameters | Parameter order should be final. | 67 | |
| misc | FinalParameters | Parameter Function should be final. | 77 | |
| javadoc | JavadocMethod | Expected @param tag for 'Function'. | 77 | |
| naming | ParameterName | Name 'Function' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 77 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 82 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 82 | |
| design | DesignForExtension | Method 'name' is not designed for extension - needs to be abstract, final or empty. | 86 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 86 | |
| design | DesignForExtension | Method 'ord' is not designed for extension - needs to be abstract, final or empty. | 90 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 90 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| misc | FinalParameters | Parameter arg0 should be final. | 94 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| misc | FinalParameters | Parameter propURI should be final. | 42 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 43 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 46 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 48 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 55 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 74 | |
| misc | FinalParameters | Parameter gestureType should be final. | 74 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 76 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 79 | |
| javadoc | JavadocMethod | Expected an @return tag. | 87 | |
| design | DesignForExtension | Method 'getGestureType' is not designed for extension - needs to be abstract, final or empty. | 87 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 89 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 93 | |
| javadoc | JavadocMethod | Expected an @return tag. | 95 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 95 | |
| misc | FinalParameters | Parameter propURI should be final. | 95 | |
| javadoc | JavadocMethod | Expected @param tag for 'propURI'. | 95 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 96 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 97 | |
| design | DesignForExtension | Method 'getSubjectUser' is not designed for extension - needs to be abstract, final or empty. | 101 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 101 | |
| design | DesignForExtension | Method 'setSubjectUser' is not designed for extension - needs to be abstract, final or empty. | 105 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 105 | |
| misc | FinalParameters | Parameter user should be final. | 105 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 106 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| misc | FinalParameters | Parameter addressedThings should be final. | 49 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| misc | FinalParameters | Parameter addressedThings should be final. | 55 | |
| misc | FinalParameters | Parameter timestamp should be final. | 56 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| misc | FinalParameters | Parameter propURI should be final. | 64 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 65 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 67 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 78 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 82 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 86 | |
| coding | MagicNumber | '3' is a magic number. | 88 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 89 | |
| design | DesignForExtension | Method 'setAddressedThings' is not designed for extension - needs to be abstract, final or empty. | 97 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 97 | |
| misc | FinalParameters | Parameter addressedThings should be final. | 97 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 98 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 102 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 103 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 105 | |
| design | DesignForExtension | Method 'getAddressedThings' is not designed for extension - needs to be abstract, final or empty. | 111 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 111 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 113 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 114 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 115 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 122 | |
| javadoc | JavadocMethod | Expected an @return tag. | 124 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 124 | |
| misc | FinalParameters | Parameter propURI should be final. | 124 | |
| javadoc | JavadocMethod | Expected @param tag for 'propURI'. | 124 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 125 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 125 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 129 | |
| misc | FinalParameters | Parameter timestamp should be final. | 129 | |
| design | DesignForExtension | Method 'getTimeStamp' is not designed for extension - needs to be abstract, final or empty. | 133 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 133 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 135 | |
| design | DesignForExtension | Method 'setInteractingArm' is not designed for extension - needs to be abstract, final or empty. | 140 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 140 | |
| misc | FinalParameters | Parameter interactingArm should be final. | 140 | |
| design | DesignForExtension | Method 'getInteractingArm' is not designed for extension - needs to be abstract, final or empty. | 144 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 144 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 146 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| misc | FinalParameters | Parameter uri should be final. | 39 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| misc | FinalParameters | Parameter propURI should be final. | 47 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 48 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 53 | |
| design | DesignForExtension | Method 'getPropControls' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| design | DesignForExtension | Method 'setPropControls' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 60 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| design | FinalClass | Class HandGestureType should be declared as final. | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| naming | ConstantName | Name 'names' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 47 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 54 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 54 | |
| naming | ConstantName | Name 'rightHandSwipeRight' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 56 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 56 | |
| naming | ConstantName | Name 'rightHandSwipeLeft' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 58 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 58 | |
| naming | ConstantName | Name 'leftHandSwipeRight' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 58 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 60 | |
| naming | ConstantName | Name 'leftHandSwipeLeft' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 60 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| naming | ConstantName | Name 'twoHandsZoomIn' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 64 | |
| naming | ConstantName | Name 'twoHandsZoomOut' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 64 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 66 | |
| naming | ConstantName | Name 'rightHandWave' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 66 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 68 | |
| naming | ConstantName | Name 'leftHandWave' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 68 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 70 | |
| naming | ConstantName | Name 'rightHandPullDown' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 70 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 72 | |
| naming | ConstantName | Name 'rightHandPushUp' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 72 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 74 | |
| naming | ConstantName | Name 'leftHandPullDown' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 74 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 76 | |
| naming | ConstantName | Name 'leftHandPushUp' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 76 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 78 | |
| naming | ConstantName | Name 'bothHandsPullDown' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 78 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 80 | |
| naming | ConstantName | Name 'bothHandsPushUp' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 80 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 83 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| misc | FinalParameters | Parameter order should be final. | 85 | |
| coding | HiddenField | 'order' hides a field. | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 90 | |
| misc | FinalParameters | Parameter propURI should be final. | 90 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 98 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 102 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 106 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| misc | FinalParameters | Parameter order should be final. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 145 | |
| misc | FinalParameters | Parameter name should be final. | 145 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 146 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 149 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 152 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 153 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 23 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 28 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| misc | FinalParameters | Parameter uri should be final. | 37 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| misc | FinalParameters | Parameter arg0 should be final. | 45 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 50 | |
| design | DesignForExtension | Method 'getGestureType' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| design | DesignForExtension | Method 'setGestureType' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 58 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 59 | |
| design | DesignForExtension | Method 'getUser' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| design | DesignForExtension | Method 'setUser' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 67 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 68 | |
| design | DesignForExtension | Method 'getTimestamp' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 | |
| design | DesignForExtension | Method 'setTimestamp' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 76 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 77 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 57 | |
| naming | LocalVariableName | Name 'oci_HandGestureType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 | |
| naming | LocalVariableName | Name 'oci_HandGestures' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 60 | |
| naming | LocalVariableName | Name 'oci_HandGestureService' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 23 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| design | VisibilityModifier | Variable 'ontology' must be private and have accessor methods. | 25 | |
| design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| misc | FinalParameters | Parameter mc should be final. | 27 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 28 | |
| design | DesignForExtension | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| misc | FinalParameters | Parameter mc should be final. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| imports | UnusedImports | Unused import - org.universAAL.ontology.health.owl.TakeMeasurementActivity. | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 41 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 45 | |
| design | DesignForExtension | Method 'createInstance' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| misc | FinalParameters | Parameter classURI should be final. | 47 | |
| misc | FinalParameters | Parameter instanceURI should be final. | 47 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 48 | |
| misc | FinalParameters | Parameter factoryIndex should be final. | 48 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 50 | |
| coding | MagicNumber | '3' is a magic number. | 57 | |
| coding | MagicNumber | '4' is a magic number. | 59 | |
| coding | MagicNumber | '5' is a magic number. | 61 | |
| coding | MagicNumber | '8' is a magic number. | 63 | |
| coding | MagicNumber | '11' is a magic number. | 67 | |
| coding | MagicNumber | '12' is a magic number. | 69 | |
| coding | MagicNumber | '13' is a magic number. | 71 | |
| coding | MagicNumber | '14' is a magic number. | 73 | |
| coding | MagicNumber | '15' is a magic number. | 75 | |
| coding | MagicNumber | '16' is a magic number. | 77 | |
| coding | MagicNumber | '17' is a magic number. | 79 | |
| coding | MagicNumber | '20' is a magic number. | 81 | |
| coding | MagicNumber | '32' is a magic number. | 83 | |
| coding | MagicNumber | '33' is a magic number. | 85 | |
| coding | MagicNumber | '34' is a magic number. | 87 | |
| coding | MagicNumber | '35' is a magic number. | 89 | |
| coding | MagicNumber | '36' is a magic number. | 91 | |
| coding | MagicNumber | '41' is a magic number. | 93 | |
| coding | MagicNumber | '42' is a magic number. | 95 | |
| coding | MagicNumber | '43' is a magic number. | 97 | |
| coding | MagicNumber | '44' is a magic number. | 99 | |
| coding | MagicNumber | '45' is a magic number. | 101 | |
| coding | MagicNumber | '46' is a magic number. | 103 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 19 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 20 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| misc | FinalParameters | Parameter uri should be final. | 27 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| misc | FinalParameters | Parameter arg0 should be final. | 35 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 23 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| misc | FinalParameters | Parameter uri should be final. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| misc | FinalParameters | Parameter assistedPerson should be final. | 36 | |
| misc | FinalParameters | Parameter caregiver should be final. | 37 | |
| misc | FinalParameters | Parameter tname should be final. | 37 | |
| misc | FinalParameters | Parameter description should be final. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 38 | |
| misc | FinalParameters | Parameter stDt should be final. | 38 | |
| misc | FinalParameters | Parameter diseaseURI should be final. | 38 | |
| misc | FinalParameters | Parameter wr should be final. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| misc | FinalParameters | Parameter assistedPerson should be final. | 43 | |
| misc | FinalParameters | Parameter caregiver should be final. | 44 | |
| misc | FinalParameters | Parameter tname should be final. | 44 | |
| misc | FinalParameters | Parameter tp should be final. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 45 | |
| misc | FinalParameters | Parameter description should be final. | 45 | |
| misc | FinalParameters | Parameter diseaseURI should be final. | 45 | |
| misc | FinalParameters | Parameter wr should be final. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| misc | FinalParameters | Parameter tname should be final. | 50 | |
| misc | FinalParameters | Parameter description should be final. | 50 | |
| misc | FinalParameters | Parameter diseaseURI should be final. | 51 | |
| misc | FinalParameters | Parameter wr should be final. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| misc | FinalParameters | Parameter tname should be final. | 56 | |
| misc | FinalParameters | Parameter description should be final. | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 57 | |
| misc | FinalParameters | Parameter stDt should be final. | 57 | |
| misc | FinalParameters | Parameter diseaseURI should be final. | 57 | |
| misc | FinalParameters | Parameter wr should be final. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| misc | FinalParameters | Parameter tname should be final. | 62 | |
| misc | FinalParameters | Parameter description should be final. | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 63 | |
| misc | FinalParameters | Parameter tp should be final. | 63 | |
| misc | FinalParameters | Parameter diseaseURI should be final. | 63 | |
| misc | FinalParameters | Parameter wr should be final. | 63 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 | |
| misc | FinalParameters | Parameter arg0 should be final. | 72 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 18 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 19 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 20 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| misc | FinalParameters | Parameter uri should be final. | 26 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| misc | FinalParameters | Parameter arg0 should be final. | 34 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 23 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 25 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| misc | FinalParameters | Parameter uri should be final. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| misc | FinalParameters | Parameter assistedPerson should be final. | 35 | |
| misc | FinalParameters | Parameter caregiver should be final. | 35 | |
| misc | FinalParameters | Parameter tname should be final. | 36 | |
| misc | FinalParameters | Parameter description should be final. | 36 | |
| misc | FinalParameters | Parameter stDt should be final. | 36 | |
| misc | FinalParameters | Parameter diseaseURI should be final. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| misc | FinalParameters | Parameter assistedPerson should be final. | 41 | |
| misc | FinalParameters | Parameter caregiver should be final. | 41 | |
| misc | FinalParameters | Parameter tname should be final. | 42 | |
| misc | FinalParameters | Parameter tp should be final. | 42 | |
| misc | FinalParameters | Parameter description should be final. | 42 | |
| misc | FinalParameters | Parameter diseaseURI should be final. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| misc | FinalParameters | Parameter tname should be final. | 47 | |
| misc | FinalParameters | Parameter description should be final. | 47 | |
| misc | FinalParameters | Parameter stDt should be final. | 47 | |
| misc | FinalParameters | Parameter diseaseURI should be final. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| misc | FinalParameters | Parameter tname should be final. | 52 | |
| misc | FinalParameters | Parameter description should be final. | 52 | |
| misc | FinalParameters | Parameter tp should be final. | 52 | |
| misc | FinalParameters | Parameter diseaseURI should be final. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| misc | FinalParameters | Parameter name should be final. | 57 | |
| misc | FinalParameters | Parameter description should be final. | 57 | |
| misc | FinalParameters | Parameter diseaseURI should be final. | 57 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| misc | FinalParameters | Parameter arg0 should be final. | 65 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| misc | FinalParameters | Parameter uri should be final. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| misc | FinalParameters | Parameter t should be final. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| misc | FinalParameters | Parameter ts should be final. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 80 | |
| misc | FinalParameters | Parameter arg0 should be final. | 80 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 92 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 93 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 100 | |
| design | DesignForExtension | Method 'getAssignedAssistedPerson' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| design | DesignForExtension | Method 'setAssignedAssistedPerson' is not designed for extension - needs to be abstract, final or empty. | 108 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 108 | |
| misc | FinalParameters | Parameter ap should be final. | 108 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 109 | |
| design | DesignForExtension | Method 'getTreatments' is not designed for extension - needs to be abstract, final or empty. | 113 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 113 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 120 | |
| design | DesignForExtension | Method 'setTreatments' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 126 | |
| misc | FinalParameters | Parameter treatments should be final. | 126 | |
| design | DesignForExtension | Method 'addTreatment' is not designed for extension - needs to be abstract, final or empty. | 134 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 134 | |
| misc | FinalParameters | Parameter treatment should be final. | 134 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 152 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 155 | |
| design | DesignForExtension | Method 'deleteTreatment' is not designed for extension - needs to be abstract, final or empty. | 159 | |
| misc | FinalParameters | Parameter treatmentURI should be final. | 159 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 177 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 180 | |
| design | DesignForExtension | Method 'editTreatment' is not designed for extension - needs to be abstract, final or empty. | 184 | |
| misc | FinalParameters | Parameter treatment should be final. | 184 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 202 | |
| design | DesignForExtension | Method 'updateHealthMeasurement' is not designed for extension - needs to be abstract, final or empty. | 206 | |
| misc | FinalParameters | Parameter measurement should be final. | 206 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 225 | |
| design | DesignForExtension | Method 'getLastMeasurement' is not designed for extension - needs to be abstract, final or empty. | 230 | |
| misc | FinalParameters | Parameter healthMeasurementURI should be final. | 230 | |
| design | DesignForExtension | Method 'assignHealthProfileToAP' is not designed for extension - needs to be abstract, final or empty. | 245 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 245 | |
| misc | FinalParameters | Parameter ap should be final. | 245 | |
| design | DesignForExtension | Method 'getGender' is not designed for extension - needs to be abstract, final or empty. | 252 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 252 | |
| design | DesignForExtension | Method 'setGender' is not designed for extension - needs to be abstract, final or empty. | 256 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 256 | |
| misc | FinalParameters | Parameter gender should be final. | 256 | |
| design | DesignForExtension | Method 'getBirthdate' is not designed for extension - needs to be abstract, final or empty. | 260 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 260 | |
| design | DesignForExtension | Method 'setBirthdate' is not designed for extension - needs to be abstract, final or empty. | 264 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 264 | |
| misc | FinalParameters | Parameter birthdate should be final. | 264 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 39 | |
| imports | UnusedImports | Unused import - org.universAAL.ontology.profile.User. | 55 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 63 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 65 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 65 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 67 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 69 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 71 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 74 | |
| sizes | MethodLength | Method length is 710 lines (max allowed is 150). | 78 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 78 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 81 | |
| naming | LocalVariableName | Name 'oci_treatment' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 92 | |
| sizes | LineLength | Line is longer than 80 characters (found 146). | 99 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 101 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 108 | |
| coding | MagicNumber | '4' is a magic number. | 120 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 122 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 142 | |
| coding | MagicNumber | '13' is a magic number. | 158 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 160 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 188 | |
| coding | MagicNumber | '11' is a magic number. | 203 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 205 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 225 | |
| coding | MagicNumber | '13' is a magic number. | 245 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 247 | |
| coding | MagicNumber | '5' is a magic number. | 254 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 258 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 267 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 274 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 283 | |
| coding | MagicNumber | '3' is a magic number. | 299 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 301 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 322 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 324 | |
| coding | MagicNumber | '8' is a magic number. | 345 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 347 | |
| coding | MagicNumber | '16' is a magic number. | 353 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 355 | |
| coding | MagicNumber | '17' is a magic number. | 379 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 381 | |
| sizes | LineLength | Line is longer than 80 characters (found 160). | 406 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 475 | |
| coding | MagicNumber | '34' is a magic number. | 480 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 482 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 490 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 499 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 501 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 504 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 514 | |
| coding | MagicNumber | '12' is a magic number. | 533 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 536 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 540 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 573 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 575 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 577 | |
| coding | MagicNumber | '32' is a magic number. | 582 | |
| coding | MagicNumber | '33' is a magic number. | 589 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 593 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 595 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 596 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 597 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 598 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 598 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 599 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 602 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 604 | |
| coding | MagicNumber | '35' is a magic number. | 605 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 609 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 611 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 612 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 614 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 614 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 615 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 618 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 620 | |
| coding | MagicNumber | '36' is a magic number. | 621 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 625 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 627 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 628 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 629 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 632 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 632 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 633 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 636 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 647 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 657 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 657 | |
| coding | MagicNumber | '41' is a magic number. | 657 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 675 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 675 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 675 | |
| coding | MagicNumber | '42' is a magic number. | 675 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 677 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 682 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 703 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 703 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 703 | |
| coding | MagicNumber | '43' is a magic number. | 703 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 705 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 710 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 716 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 721 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 727 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 727 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 727 | |
| coding | MagicNumber | '44' is a magic number. | 727 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 729 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 734 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 740 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 744 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 748 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 756 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 764 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 764 | |
| coding | MagicNumber | '45' is a magic number. | 764 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 770 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 770 | |
| coding | MagicNumber | '46' is a magic number. | 770 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 780 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 23 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 24 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| misc | FinalParameters | Parameter uri should be final. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| misc | FinalParameters | Parameter assistedPerson should be final. | 35 | |
| misc | FinalParameters | Parameter caregiver should be final. | 36 | |
| misc | FinalParameters | Parameter tname should be final. | 36 | |
| misc | FinalParameters | Parameter description should be final. | 36 | |
| misc | FinalParameters | Parameter stDt should be final. | 37 | |
| misc | FinalParameters | Parameter diseaseURI should be final. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| misc | FinalParameters | Parameter assistedPerson should be final. | 41 | |
| misc | FinalParameters | Parameter caregiver should be final. | 42 | |
| misc | FinalParameters | Parameter tname should be final. | 42 | |
| misc | FinalParameters | Parameter tp should be final. | 42 | |
| misc | FinalParameters | Parameter description should be final. | 43 | |
| misc | FinalParameters | Parameter diseaseURI should be final. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| misc | FinalParameters | Parameter tname should be final. | 47 | |
| misc | FinalParameters | Parameter description should be final. | 47 | |
| misc | FinalParameters | Parameter diseaseURI should be final. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| misc | FinalParameters | Parameter tname should be final. | 52 | |
| misc | FinalParameters | Parameter description should be final. | 52 | |
| misc | FinalParameters | Parameter stDt should be final. | 53 | |
| misc | FinalParameters | Parameter diseaseURI should be final. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| misc | FinalParameters | Parameter tname should be final. | 57 | |
| misc | FinalParameters | Parameter description should be final. | 57 | |
| misc | FinalParameters | Parameter tp should be final. | 58 | |
| misc | FinalParameters | Parameter diseaseURI should be final. | 58 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| misc | FinalParameters | Parameter arg0 should be final. | 66 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 23 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| misc | FinalParameters | Parameter uri should be final. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| misc | FinalParameters | Parameter assistedPerson should be final. | 36 | |
| misc | FinalParameters | Parameter caregiver should be final. | 37 | |
| misc | FinalParameters | Parameter tname should be final. | 37 | |
| misc | FinalParameters | Parameter description should be final. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 38 | |
| misc | FinalParameters | Parameter stDt should be final. | 38 | |
| misc | FinalParameters | Parameter diseaseURI should be final. | 38 | |
| misc | FinalParameters | Parameter wr should be final. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| misc | FinalParameters | Parameter assistedPerson should be final. | 43 | |
| misc | FinalParameters | Parameter caregiver should be final. | 44 | |
| misc | FinalParameters | Parameter tname should be final. | 44 | |
| misc | FinalParameters | Parameter tp should be final. | 44 | |
| misc | FinalParameters | Parameter description should be final. | 45 | |
| misc | FinalParameters | Parameter diseaseURI should be final. | 45 | |
| misc | FinalParameters | Parameter wr should be final. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| misc | FinalParameters | Parameter tname should be final. | 50 | |
| misc | FinalParameters | Parameter description should be final. | 50 | |
| misc | FinalParameters | Parameter diseaseURI should be final. | 51 | |
| misc | FinalParameters | Parameter wr should be final. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| misc | FinalParameters | Parameter tname should be final. | 56 | |
| misc | FinalParameters | Parameter description should be final. | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 57 | |
| misc | FinalParameters | Parameter stDt should be final. | 57 | |
| misc | FinalParameters | Parameter diseaseURI should be final. | 57 | |
| misc | FinalParameters | Parameter wr should be final. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| misc | FinalParameters | Parameter tname should be final. | 62 | |
| misc | FinalParameters | Parameter description should be final. | 62 | |
| misc | FinalParameters | Parameter tp should be final. | 63 | |
| misc | FinalParameters | Parameter diseaseURI should be final. | 63 | |
| misc | FinalParameters | Parameter wr should be final. | 63 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 | |
| misc | FinalParameters | Parameter arg0 should be final. | 72 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 18 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 19 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 20 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| misc | FinalParameters | Parameter uri should be final. | 26 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| misc | FinalParameters | Parameter arg0 should be final. | 34 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 23 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 24 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 25 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 26 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| misc | FinalParameters | Parameter uri should be final. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| misc | FinalParameters | Parameter assistedPerson should be final. | 37 | |
| misc | FinalParameters | Parameter caregiver should be final. | 38 | |
| misc | FinalParameters | Parameter tname should be final. | 38 | |
| misc | FinalParameters | Parameter description should be final. | 38 | |
| misc | FinalParameters | Parameter stDt should be final. | 39 | |
| misc | FinalParameters | Parameter diseaseURI should be final. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| misc | FinalParameters | Parameter assistedPerson should be final. | 43 | |
| misc | FinalParameters | Parameter caregiver should be final. | 44 | |
| misc | FinalParameters | Parameter tname should be final. | 44 | |
| misc | FinalParameters | Parameter tp should be final. | 44 | |
| misc | FinalParameters | Parameter description should be final. | 45 | |
| misc | FinalParameters | Parameter diseaseURI should be final. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| misc | FinalParameters | Parameter tname should be final. | 49 | |
| misc | FinalParameters | Parameter description should be final. | 49 | |
| misc | FinalParameters | Parameter diseaseURI should be final. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| misc | FinalParameters | Parameter tname should be final. | 54 | |
| misc | FinalParameters | Parameter description should be final. | 54 | |
| misc | FinalParameters | Parameter stDt should be final. | 55 | |
| misc | FinalParameters | Parameter diseaseURI should be final. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| misc | FinalParameters | Parameter tname should be final. | 59 | |
| misc | FinalParameters | Parameter description should be final. | 59 | |
| misc | FinalParameters | Parameter tp should be final. | 60 | |
| misc | FinalParameters | Parameter diseaseURI should be final. | 60 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| misc | FinalParameters | Parameter arg0 should be final. | 68 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 73 | |
| design | DesignForExtension | Method 'getHasAssociatedMeasurement' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| design | DesignForExtension | Method 'setHasAssociatedMeasurement' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| misc | FinalParameters | Parameter associatedMeasurement should be final. | 82 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 83 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| imports | UnusedImports | Unused import - org.universAAL.ontology.measurement.Measurement. | 20 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 23 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 25 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| misc | FinalParameters | Parameter uri should be final. | 34 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| misc | FinalParameters | Parameter arg0 should be final. | 42 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| design | DesignForExtension | Method 'getMaxValueAllowed' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| design | DesignForExtension | Method 'setMaxValueAllowed' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| misc | FinalParameters | Parameter maxValue should be final. | 54 | |
| design | DesignForExtension | Method 'getMinValueAllowed' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| design | DesignForExtension | Method 'setMinValueAllowed' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| misc | FinalParameters | Parameter minValue should be final. | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| design | FinalClass | Class MotivationalStatusType should be declared as final. | 20 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 20 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 21 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 22 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| naming | ConstantName | Name 'names' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 30 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| naming | ConstantName | Name 'precontemplation' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| naming | ConstantName | Name 'contemplation' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| naming | ConstantName | Name 'action' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| naming | ConstantName | Name 'maintenance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| naming | ConstantName | Name 'undefined' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| misc | FinalParameters | Parameter order should be final. | 46 | |
| coding | HiddenField | 'order' hides a field. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter propURI should be final. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| misc | FinalParameters | Parameter order should be final. | 72 | |
| coding | EqualsHashCode | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 89 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 89 | |
| misc | FinalParameters | Parameter other should be final. | 89 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 91 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 91 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| misc | FinalParameters | Parameter name should be final. | 94 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 95 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 98 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 101 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 102 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 24 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 25 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| misc | FinalParameters | Parameter uri should be final. | 34 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| misc | FinalParameters | Parameter arg0 should be final. | 42 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 47 | |
| design | DesignForExtension | Method 'getHealthMeasurement' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| design | DesignForExtension | Method 'setHealthMeasurement' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| misc | FinalParameters | Parameter hMeasurement should be final. | 55 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| misc | FinalParameters | Parameter uri should be final. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| misc | FinalParameters | Parameter t should be final. | 53 | |
| misc | FinalParameters | Parameter stTime should be final. | 53 | |
| misc | FinalParameters | Parameter endTime should be final. | 54 | |
| misc | FinalParameters | Parameter isValid should be final. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| misc | FinalParameters | Parameter t should be final. | 61 | |
| misc | FinalParameters | Parameter stTime should be final. | 61 | |
| misc | FinalParameters | Parameter endTime should be final. | 62 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 | |
| misc | FinalParameters | Parameter arg0 should be final. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| design | DesignForExtension | Method 'getSessionStartTime' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| design | DesignForExtension | Method 'setSessionStartTime' is not designed for extension - needs to be abstract, final or empty. | 89 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 89 | |
| misc | FinalParameters | Parameter stT should be final. | 89 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 90 | |
| design | DesignForExtension | Method 'getSessionEndTime' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| design | DesignForExtension | Method 'setSessionEndTime' is not designed for extension - needs to be abstract, final or empty. | 98 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 98 | |
| misc | FinalParameters | Parameter stT should be final. | 98 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 99 | |
| design | DesignForExtension | Method 'getIsValid' is not designed for extension - needs to be abstract, final or empty. | 103 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 103 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 105 | |
| design | DesignForExtension | Method 'setIsValid' is not designed for extension - needs to be abstract, final or empty. | 108 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 108 | |
| misc | FinalParameters | Parameter valid should be final. | 108 | |
| design | DesignForExtension | Method 'getAssociatedTreatment' is not designed for extension - needs to be abstract, final or empty. | 112 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 112 | |
| design | DesignForExtension | Method 'setAssociatedTreatment' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| misc | FinalParameters | Parameter t should be final. | 116 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 117 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 121 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 124 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 23 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 25 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 26 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| misc | FinalParameters | Parameter uri should be final. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| misc | FinalParameters | Parameter stDt should be final. | 43 | |
| misc | FinalParameters | Parameter stTime should be final. | 44 | |
| misc | FinalParameters | Parameter duration should be final. | 44 | |
| misc | FinalParameters | Parameter performed should be final. | 44 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| misc | FinalParameters | Parameter arg0 should be final. | 52 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 57 | |
| design | DesignForExtension | Method 'getDate' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| design | DesignForExtension | Method 'setDate' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| misc | FinalParameters | Parameter stDt should be final. | 68 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 69 | |
| design | DesignForExtension | Method 'getStartTime' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| design | DesignForExtension | Method 'setStartTime' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| misc | FinalParameters | Parameter stTime should be final. | 77 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 78 | |
| design | DesignForExtension | Method 'getDuration' is not designed for extension - needs to be abstract, final or empty. | 82 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 82 | |
| design | DesignForExtension | Method 'setDuration' is not designed for extension - needs to be abstract, final or empty. | 86 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 86 | |
| misc | FinalParameters | Parameter duration should be final. | 86 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 87 | |
| design | DesignForExtension | Method 'getPerformance' is not designed for extension - needs to be abstract, final or empty. | 91 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 91 | |
| design | DesignForExtension | Method 'setPerformance' is not designed for extension - needs to be abstract, final or empty. | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 95 | |
| misc | FinalParameters | Parameter performance should be final. | 95 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 96 | |
| design | DesignForExtension | Method 'getDetails' is not designed for extension - needs to be abstract, final or empty. | 100 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 100 | |
| design | DesignForExtension | Method 'setDetails' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| misc | FinalParameters | Parameter details should be final. | 104 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 105 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 19 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 21 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| misc | FinalParameters | Parameter uri should be final. | 28 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| misc | FinalParameters | Parameter arg0 should be final. | 36 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| design | FinalClass | Class StatusType should be declared as final. | 20 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 20 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 21 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 23 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| naming | ConstantName | Name 'names' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 29 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 29 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| naming | ConstantName | Name 'planned' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| naming | ConstantName | Name 'actived' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| naming | ConstantName | Name 'finished' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| naming | ConstantName | Name 'cancelled' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| naming | ConstantName | Name 'prolonged' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| misc | FinalParameters | Parameter order should be final. | 40 | |
| coding | HiddenField | 'order' hides a field. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| misc | FinalParameters | Parameter propURI should be final. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| misc | FinalParameters | Parameter order should be final. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| coding | EqualsHashCode | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 82 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 82 | |
| misc | FinalParameters | Parameter other should be final. | 82 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 87 | |
| misc | FinalParameters | Parameter name should be final. | 87 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 88 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 91 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 94 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 95 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 23 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 26 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| misc | FinalParameters | Parameter uri should be final. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| misc | FinalParameters | Parameter assistedPerson should be final. | 41 | |
| misc | FinalParameters | Parameter caregiver should be final. | 42 | |
| misc | FinalParameters | Parameter tname should be final. | 42 | |
| misc | FinalParameters | Parameter description should be final. | 42 | |
| misc | FinalParameters | Parameter stDt should be final. | 43 | |
| misc | FinalParameters | Parameter diseaseURI should be final. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| misc | FinalParameters | Parameter assistedPerson should be final. | 47 | |
| misc | FinalParameters | Parameter caregiver should be final. | 48 | |
| misc | FinalParameters | Parameter tname should be final. | 48 | |
| misc | FinalParameters | Parameter tp should be final. | 48 | |
| misc | FinalParameters | Parameter description should be final. | 49 | |
| misc | FinalParameters | Parameter diseaseURI should be final. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| misc | FinalParameters | Parameter tname should be final. | 53 | |
| misc | FinalParameters | Parameter description should be final. | 53 | |
| misc | FinalParameters | Parameter diseaseURI should be final. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| misc | FinalParameters | Parameter tname should be final. | 58 | |
| misc | FinalParameters | Parameter description should be final. | 58 | |
| misc | FinalParameters | Parameter stDt should be final. | 59 | |
| misc | FinalParameters | Parameter diseaseURI should be final. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| misc | FinalParameters | Parameter tname should be final. | 63 | |
| misc | FinalParameters | Parameter description should be final. | 63 | |
| misc | FinalParameters | Parameter tp should be final. | 64 | |
| misc | FinalParameters | Parameter diseaseURI should be final. | 64 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 | |
| misc | FinalParameters | Parameter arg0 should be final. | 72 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 77 | |
| design | DesignForExtension | Method 'getMeasurementRequirements' is not designed for extension - needs to be abstract, final or empty. | 82 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 82 | |
| design | DesignForExtension | Method 'setMeasurementRequirements' is not designed for extension - needs to be abstract, final or empty. | 87 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 87 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 88 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 89 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 46 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 52 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 55 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 58 | |
| design | VisibilityModifier | Variable 'completenessUnit' must be private and have accessor methods. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| misc | FinalParameters | Parameter uri should be final. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| misc | FinalParameters | Parameter assistedPerson should be final. | 69 | |
| misc | FinalParameters | Parameter caregiver should be final. | 69 | |
| misc | FinalParameters | Parameter tname should be final. | 70 | |
| misc | FinalParameters | Parameter description should be final. | 70 | |
| misc | FinalParameters | Parameter stDt should be final. | 70 | |
| misc | FinalParameters | Parameter diseaseURI should be final. | 71 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 76 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 95 | |
| misc | FinalParameters | Parameter assistedPerson should be final. | 95 | |
| misc | FinalParameters | Parameter caregiver should be final. | 95 | |
| misc | FinalParameters | Parameter tname should be final. | 96 | |
| misc | FinalParameters | Parameter tp should be final. | 96 | |
| misc | FinalParameters | Parameter description should be final. | 96 | |
| misc | FinalParameters | Parameter diseaseURI should be final. | 97 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 103 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 123 | |
| misc | FinalParameters | Parameter tname should be final. | 123 | |
| misc | FinalParameters | Parameter description should be final. | 123 | |
| misc | FinalParameters | Parameter diseaseURI should be final. | 123 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 128 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 147 | |
| misc | FinalParameters | Parameter tname should be final. | 147 | |
| misc | FinalParameters | Parameter description should be final. | 147 | |
| misc | FinalParameters | Parameter stDt should be final. | 148 | |
| misc | FinalParameters | Parameter diseaseURI should be final. | 148 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 152 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 171 | |
| misc | FinalParameters | Parameter tname should be final. | 171 | |
| misc | FinalParameters | Parameter description should be final. | 171 | |
| misc | FinalParameters | Parameter tp should be final. | 171 | |
| misc | FinalParameters | Parameter diseaseURI should be final. | 172 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 176 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 196 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 196 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 200 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 200 | |
| misc | FinalParameters | Parameter arg0 should be final. | 200 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 204 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 204 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 205 | |
| design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 219 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 219 | |
| design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 223 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 223 | |
| misc | FinalParameters | Parameter treatmentName should be final. | 223 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 224 | |
| design | DesignForExtension | Method 'getCompleteness' is not designed for extension - needs to be abstract, final or empty. | 228 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 228 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 230 | |
| design | DesignForExtension | Method 'setCompleteness' is not designed for extension - needs to be abstract, final or empty. | 233 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 233 | |
| misc | FinalParameters | Parameter completeness should be final. | 233 | |
| design | DesignForExtension | Method 'getStatus' is not designed for extension - needs to be abstract, final or empty. | 237 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 237 | |
| design | DesignForExtension | Method 'setStatus' is not designed for extension - needs to be abstract, final or empty. | 241 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 241 | |
| misc | FinalParameters | Parameter status should be final. | 241 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 242 | |
| design | DesignForExtension | Method 'getMotivationalStatus' is not designed for extension - needs to be abstract, final or empty. | 246 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 246 | |
| design | DesignForExtension | Method 'setMotivationalStatus' is not designed for extension - needs to be abstract, final or empty. | 250 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 250 | |
| misc | FinalParameters | Parameter motStatus should be final. | 250 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 251 | |
| design | DesignForExtension | Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 255 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 255 | |
| design | DesignForExtension | Method 'setDescription' is not designed for extension - needs to be abstract, final or empty. | 259 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 259 | |
| misc | FinalParameters | Parameter treatmentDescription should be final. | 259 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 260 | |
| design | DesignForExtension | Method 'getTreatmentPlanning' is not designed for extension - needs to be abstract, final or empty. | 264 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 264 | |
| design | DesignForExtension | Method 'setTreatmentPlanning' is not designed for extension - needs to be abstract, final or empty. | 268 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 268 | |
| misc | FinalParameters | Parameter treatmentPlanning should be final. | 268 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 269 | |
| design | DesignForExtension | Method 'getCaregiver' is not designed for extension - needs to be abstract, final or empty. | 273 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 273 | |
| design | DesignForExtension | Method 'setCaregiver' is not designed for extension - needs to be abstract, final or empty. | 277 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 277 | |
| misc | FinalParameters | Parameter caregiver should be final. | 277 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 278 | |
| design | DesignForExtension | Method 'getAssociatedDiseaseURI' is not designed for extension - needs to be abstract, final or empty. | 282 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 282 | |
| design | DesignForExtension | Method 'setAssociatedDisease' is not designed for extension - needs to be abstract, final or empty. | 286 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 286 | |
| misc | FinalParameters | Parameter diseaseURI should be final. | 286 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 287 | |
| design | DesignForExtension | Method 'setPerformedSessions' is not designed for extension - needs to be abstract, final or empty. | 291 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 291 | |
| misc | FinalParameters | Parameter pSession should be final. | 291 | |
| design | DesignForExtension | Method 'addPerformedSession' is not designed for extension - needs to be abstract, final or empty. | 299 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 299 | |
| misc | FinalParameters | Parameter pSession should be final. | 299 | |
| design | DesignForExtension | Method 'getPerformedSessions' is not designed for extension - needs to be abstract, final or empty. | 315 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 315 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 317 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 320 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 321 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 321 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 338 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 341 | |
| javadoc | JavadocMethod | Unused Javadoc tag. | 343 | |
| design | DesignForExtension | Method 'checkStatus' is not designed for extension - needs to be abstract, final or empty. | 346 | |
| misc | FinalParameters | Parameter stDate should be final. | 346 | |
| javadoc | JavadocMethod | Expected @param tag for 'stDate'. | 346 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 352 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 355 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 360 | |
| design | DesignForExtension | Method 'checkStatus' is not designed for extension - needs to be abstract, final or empty. | 363 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 363 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 370 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 373 | |
| design | DesignForExtension | Method 'isActived' is not designed for extension - needs to be abstract, final or empty. | 377 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 378 | |
| coding | SimplifyBooleanReturn | Conditional logic can be removed. | 378 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 380 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 387 | |
| design | DesignForExtension | Method 'isPlanned' is not designed for extension - needs to be abstract, final or empty. | 391 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 392 | |
| coding | SimplifyBooleanReturn | Conditional logic can be removed. | 392 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 394 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 398 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 400 | |
| design | DesignForExtension | Method 'isCancelled' is not designed for extension - needs to be abstract, final or empty. | 404 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 405 | |
| coding | SimplifyBooleanReturn | Conditional logic can be removed. | 405 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 407 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 414 | |
| design | DesignForExtension | Method 'isFinished' is not designed for extension - needs to be abstract, final or empty. | 418 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 419 | |
| coding | SimplifyBooleanReturn | Conditional logic can be removed. | 419 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 421 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 427 | |
| javadoc | JavadocMethod | Unused Javadoc tag. | 429 | |
| design | DesignForExtension | Method 'cancelTreatment' is not designed for extension - needs to be abstract, final or empty. | 431 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 437 | |
| javadoc | JavadocMethod | Unused Javadoc tag. | 439 | |
| design | DesignForExtension | Method 'changeToPlanned' is not designed for extension - needs to be abstract, final or empty. | 441 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 447 | |
| javadoc | JavadocMethod | Unused Javadoc tag. | 449 | |
| design | DesignForExtension | Method 'changeToActived' is not designed for extension - needs to be abstract, final or empty. | 451 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 457 | |
| javadoc | JavadocMethod | Unused Javadoc tag. | 459 | |
| design | DesignForExtension | Method 'changeToFinished' is not designed for extension - needs to be abstract, final or empty. | 461 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 465 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 467 | |
| javadoc | JavadocMethod | Unused Javadoc tag. | 469 | |
| design | DesignForExtension | Method 'inicializateTP' is not designed for extension - needs to be abstract, final or empty. | 471 | |
| misc | FinalParameters | Parameter stDt should be final. | 471 | |
| javadoc | JavadocMethod | Expected @param tag for 'stDt'. | 471 | |
| misc | FinalParameters | Parameter endDt should be final. | 472 | |
| javadoc | JavadocMethod | Expected @param tag for 'endDt'. | 472 | |
| design | DesignForExtension | Method 'setCompletenessUnit' is not designed for extension - needs to be abstract, final or empty. | 478 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 478 | |
| misc | FinalParameters | Parameter unit should be final. | 478 | |
| design | DesignForExtension | Method 'getCompletenessUnit' is not designed for extension - needs to be abstract, final or empty. | 482 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 482 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 28 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| misc | FinalParameters | Parameter uri should be final. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| misc | FinalParameters | Parameter stDt should be final. | 50 | |
| misc | FinalParameters | Parameter endDt should be final. | 51 | |
| misc | FinalParameters | Parameter recurrence should be final. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| misc | FinalParameters | Parameter startDate should be final. | 56 | |
| misc | FinalParameters | Parameter endDate should be final. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| misc | FinalParameters | Parameter startDate should be final. | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 64 | |
| misc | FinalParameters | Parameter endDate should be final. | 64 | |
| misc | FinalParameters | Parameter recurrence should be final. | 64 | |
| misc | FinalParameters | Parameter description should be final. | 64 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| misc | FinalParameters | Parameter arg0 should be final. | 75 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 80 | |
| design | DesignForExtension | Method 'getStartDate' is not designed for extension - needs to be abstract, final or empty. | 89 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 89 | |
| design | DesignForExtension | Method 'setStartDate' is not designed for extension - needs to be abstract, final or empty. | 93 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 93 | |
| misc | FinalParameters | Parameter stDate should be final. | 93 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 94 | |
| design | DesignForExtension | Method 'getEndDate' is not designed for extension - needs to be abstract, final or empty. | 98 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 98 | |
| design | DesignForExtension | Method 'setEndDate' is not designed for extension - needs to be abstract, final or empty. | 102 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 102 | |
| misc | FinalParameters | Parameter endDate should be final. | 102 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 103 | |
| design | DesignForExtension | Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 107 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 107 | |
| design | DesignForExtension | Method 'setDescription' is not designed for extension - needs to be abstract, final or empty. | 111 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 111 | |
| misc | FinalParameters | Parameter sessionDescription should be final. | 111 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 112 | |
| design | DesignForExtension | Method 'getRecurrence' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| design | DesignForExtension | Method 'setRecurrence' is not designed for extension - needs to be abstract, final or empty. | 120 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 120 | |
| misc | FinalParameters | Parameter recurrence should be final. | 120 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 121 | |
| design | DesignForExtension | Method 'setPlannedSession' is not designed for extension - needs to be abstract, final or empty. | 125 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 125 | |
| misc | FinalParameters | Parameter pSession should be final. | 125 | |
| design | DesignForExtension | Method 'addPlannedSession' is not designed for extension - needs to be abstract, final or empty. | 133 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 133 | |
| misc | FinalParameters | Parameter pSession should be final. | 133 | |
| design | DesignForExtension | Method 'getPerformedSession' is not designed for extension - needs to be abstract, final or empty. | 149 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 149 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 151 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 154 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 155 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 23 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 25 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| misc | FinalParameters | Parameter uri should be final. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| misc | FinalParameters | Parameter assistedPerson should be final. | 35 | |
| misc | FinalParameters | Parameter caregiver should be final. | 35 | |
| misc | FinalParameters | Parameter tname should be final. | 36 | |
| misc | FinalParameters | Parameter description should be final. | 36 | |
| misc | FinalParameters | Parameter stDt should be final. | 36 | |
| misc | FinalParameters | Parameter diseaseURI should be final. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| misc | FinalParameters | Parameter assistedPerson should be final. | 41 | |
| misc | FinalParameters | Parameter caregiver should be final. | 41 | |
| misc | FinalParameters | Parameter tname should be final. | 42 | |
| misc | FinalParameters | Parameter tp should be final. | 42 | |
| misc | FinalParameters | Parameter description should be final. | 42 | |
| misc | FinalParameters | Parameter diseaseURI should be final. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| misc | FinalParameters | Parameter tname should be final. | 47 | |
| misc | FinalParameters | Parameter description should be final. | 47 | |
| misc | FinalParameters | Parameter stDt should be final. | 47 | |
| misc | FinalParameters | Parameter diseaseURI should be final. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| misc | FinalParameters | Parameter tname should be final. | 52 | |
| misc | FinalParameters | Parameter description should be final. | 52 | |
| misc | FinalParameters | Parameter tp should be final. | 52 | |
| misc | FinalParameters | Parameter diseaseURI should be final. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| misc | FinalParameters | Parameter name should be final. | 57 | |
| misc | FinalParameters | Parameter description should be final. | 57 | |
| misc | FinalParameters | Parameter diseaseURI should be final. | 57 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| misc | FinalParameters | Parameter arg0 should be final. | 65 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 23 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| misc | FinalParameters | Parameter uri should be final. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| misc | FinalParameters | Parameter assistedPerson should be final. | 36 | |
| misc | FinalParameters | Parameter caregiver should be final. | 37 | |
| misc | FinalParameters | Parameter tname should be final. | 37 | |
| misc | FinalParameters | Parameter description should be final. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 38 | |
| misc | FinalParameters | Parameter stDt should be final. | 38 | |
| misc | FinalParameters | Parameter diseaseURI should be final. | 38 | |
| misc | FinalParameters | Parameter wr should be final. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| misc | FinalParameters | Parameter assistedPerson should be final. | 43 | |
| misc | FinalParameters | Parameter caregiver should be final. | 44 | |
| misc | FinalParameters | Parameter tname should be final. | 44 | |
| misc | FinalParameters | Parameter tp should be final. | 44 | |
| misc | FinalParameters | Parameter description should be final. | 45 | |
| misc | FinalParameters | Parameter diseaseURI should be final. | 45 | |
| misc | FinalParameters | Parameter wr should be final. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| misc | FinalParameters | Parameter tname should be final. | 50 | |
| misc | FinalParameters | Parameter description should be final. | 50 | |
| misc | FinalParameters | Parameter diseaseURI should be final. | 51 | |
| misc | FinalParameters | Parameter wr should be final. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| misc | FinalParameters | Parameter tname should be final. | 56 | |
| misc | FinalParameters | Parameter description should be final. | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 57 | |
| misc | FinalParameters | Parameter stDt should be final. | 57 | |
| misc | FinalParameters | Parameter diseaseURI should be final. | 57 | |
| misc | FinalParameters | Parameter wr should be final. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| misc | FinalParameters | Parameter tname should be final. | 62 | |
| misc | FinalParameters | Parameter description should be final. | 62 | |
| misc | FinalParameters | Parameter tp should be final. | 63 | |
| misc | FinalParameters | Parameter diseaseURI should be final. | 63 | |
| misc | FinalParameters | Parameter wr should be final. | 63 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 | |
| misc | FinalParameters | Parameter arg0 should be final. | 72 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 18 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 19 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 20 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| misc | FinalParameters | Parameter uri should be final. | 26 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| misc | FinalParameters | Parameter arg0 should be final. | 34 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 28 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 29 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 47 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| misc | FinalParameters | Parameter uri should be final. | 58 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| misc | FinalParameters | Parameter propURI should be final. | 68 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 69 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 75 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| misc | FinalParameters | Parameter uri should be final. | 49 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| misc | FinalParameters | Parameter propURI should be final. | 63 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 64 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 46 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| misc | FinalParameters | Parameter uri should be final. | 56 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| misc | FinalParameters | Parameter propURI should be final. | 71 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 72 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 72 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 73 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 78 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 78 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| misc | FinalParameters | Parameter uri should be final. | 48 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| misc | FinalParameters | Parameter propURI should be final. | 58 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 59 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 65 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| misc | FinalParameters | Parameter uri should be final. | 38 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| misc | FinalParameters | Parameter propURI should be final. | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 49 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 49 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 47 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| misc | FinalParameters | Parameter uri should be final. | 55 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| misc | FinalParameters | Parameter propURI should be final. | 65 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 66 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 26 | |
| design | VisibilityModifier | Variable 'ontology' must be private and have accessor methods. | 26 | |
| design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| misc | FinalParameters | Parameter mc should be final. | 28 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 29 | |
| design | DesignForExtension | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| misc | FinalParameters | Parameter mc should be final. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 28 | |
| design | DesignForExtension | Method 'createInstance' is not designed for extension - needs to be abstract, final or empty. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| misc | FinalParameters | Parameter classURI should be final. | 30 | |
| misc | FinalParameters | Parameter instanceURI should be final. | 30 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 31 | |
| misc | FinalParameters | Parameter factoryIndex should be final. | 31 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 33 | |
| coding | MagicNumber | '3' is a magic number. | 36 | |
| coding | MagicNumber | '6' is a magic number. | 38 | |
| coding | MagicNumber | '7' is a magic number. | 40 | |
| coding | MagicNumber | '8' is a magic number. | 42 | |
| coding | MagicNumber | '9' is a magic number. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| javadoc | JavadocType | Missing a Javadoc comment. | 3 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 4 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 7 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 11 | |
| misc | FinalParameters | Parameter uri should be final. | 11 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 15 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 15 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 | |
| misc | FinalParameters | Parameter arg0 should be final. | 19 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 23 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 25 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| misc | FinalParameters | Parameter uri should be final. | 34 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| misc | FinalParameters | Parameter arg0 should be final. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| design | DesignForExtension | Method 'setSyst' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| misc | FinalParameters | Parameter m should be final. | 46 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 46 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 47 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 47 | |
| design | DesignForExtension | Method 'getSyst' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| design | DesignForExtension | Method 'setDias' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| misc | FinalParameters | Parameter m should be final. | 55 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 55 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 56 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 56 | |
| design | DesignForExtension | Method 'getDias' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 60 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 26 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| misc | FinalParameters | Parameter uri should be final. | 39 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| misc | FinalParameters | Parameter arg0 should be final. | 47 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 52 | |
| design | DesignForExtension | Method 'getObtainedBy' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| design | DesignForExtension | Method 'setObtainedBy' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 60 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 61 | |
| design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 69 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| design | DesignForExtension | Method 'getMeasuredFrom' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 74 | |
| design | DesignForExtension | Method 'setMeasuredFrom' is not designed for extension - needs to be abstract, final or empty. | 78 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 78 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 78 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 79 | |
| design | DesignForExtension | Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 83 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 83 | |
| design | DesignForExtension | Method 'setDescription' is not designed for extension - needs to be abstract, final or empty. | 87 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 87 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 87 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 88 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 49 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| naming | LocalVariableName | Name 'oci_HealthMeasurement' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 66 | |
| naming | LocalVariableName | Name 'oci_PersonWeight' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 68 | |
| coding | MagicNumber | '3' is a magic number. | 69 | |
| naming | LocalVariableName | Name 'oci_BloodPressure' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 | |
| coding | MagicNumber | '6' is a magic number. | 71 | |
| naming | LocalVariableName | Name 'oci_HeartRate' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 72 | |
| coding | MagicNumber | '7' is a magic number. | 73 | |
| naming | LocalVariableName | Name 'oci_HeartRateSignal' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 74 | |
| coding | MagicNumber | '8' is a magic number. | 75 | |
| naming | LocalVariableName | Name 'oci_BloodOxygenSat' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 76 | |
| coding | MagicNumber | '9' is a magic number. | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 95 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 102 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 106 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 107 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 108 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 112 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 113 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 120 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 122 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 123 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 124 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 125 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 126 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 127 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 149 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 149 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 150 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 150 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 152 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 152 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 153 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 153 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 160 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 171 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 172 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 180 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 191 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 20 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 21 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| misc | FinalParameters | Parameter uri should be final. | 28 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| misc | FinalParameters | Parameter arg0 should be final. | 36 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 28 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| misc | FinalParameters | Parameter uri should be final. | 39 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| misc | FinalParameters | Parameter arg0 should be final. | 47 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 52 | |
| design | DesignForExtension | Method 'getIsComposedBy' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 58 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 60 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 61 | |
| design | DesignForExtension | Method 'addIsComposedBy' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| misc | FinalParameters | Parameter newValue should be final. | 69 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 72 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 76 | |
| design | DesignForExtension | Method 'setIsComposedBy' is not designed for extension - needs to be abstract, final or empty. | 84 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 84 | |
| misc | FinalParameters | Parameter propertyValue should be final. | 84 | |
| design | DesignForExtension | Method 'getPROP_INTERVAL' is not designed for extension - needs to be abstract, final or empty. | 92 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 92 | |
| naming | MethodName | Name 'getPROP_INTERVAL' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 92 | |
| design | DesignForExtension | Method 'setPROP_INTERVAL' is not designed for extension - needs to be abstract, final or empty. | 96 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 96 | |
| naming | MethodName | Name 'setPROP_INTERVAL' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 96 | |
| misc | FinalParameters | Parameter duration should be final. | 96 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 97 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 20 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 21 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| misc | FinalParameters | Parameter uri should be final. | 28 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| misc | FinalParameters | Parameter arg0 should be final. | 36 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 19 | |
| naming | TypeName | Name 'Air_Conditioning' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 22 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 23 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 23 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 25 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| misc | FinalParameters | Parameter uri should be final. | 32 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| misc | FinalParameters | Parameter arg0 should be final. | 40 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 46 | |
| design | DesignForExtension | Method 'getAir_Conditioning_Mode' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| naming | MethodName | Name 'getAir_Conditioning_Mode' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 51 | |
| design | DesignForExtension | Method 'setMode' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| misc | FinalParameters | Parameter air_conditioning_Mode should be final. | 54 | |
| naming | ParameterName | Name 'air_conditioning_Mode' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 19 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 21 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 21 | |
| design | FinalClass | Class Air_Conditioning_Mode should be declared as final. | 26 | |
| naming | TypeName | Name 'Air_Conditioning_Mode' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 26 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| naming | ConstantName | Name 'names' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 32 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 38 | |
| naming | ConstantName | Name 'Automatic' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 44 | |
| naming | ConstantName | Name 'Cool' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| misc | FinalParameters | Parameter order should be final. | 48 | |
| coding | HiddenField | 'order' hides a field. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| misc | FinalParameters | Parameter propURI should be final. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| naming | MethodName | Name 'getAir_Conditioning_ModeByOrder' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 73 | |
| misc | FinalParameters | Parameter order should be final. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| misc | FinalParameters | Parameter name should be final. | 85 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 86 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 89 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 93 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 94 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 19 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 23 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 25 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| misc | FinalParameters | Parameter uri should be final. | 31 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| misc | FinalParameters | Parameter arg0 should be final. | 38 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| design | DesignForExtension | Method 'getHeating_Mode' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| naming | MethodName | Name 'getHeating_Mode' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 49 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 49 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 50 | |
| design | DesignForExtension | Method 'setMode' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| misc | FinalParameters | Parameter Heating_Mode should be final. | 52 | |
| naming | ParameterName | Name 'Heating_Mode' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 21 | |
| design | FinalClass | Class Heating_Mode should be declared as final. | 26 | |
| naming | TypeName | Name 'Heating_Mode' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 26 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| naming | ConstantName | Name 'Heat' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| naming | ConstantName | Name 'names' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 32 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 32 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 33 | |
| naming | ConstantName | Name 'Automatic' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| naming | ConstantName | Name 'heat' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| misc | FinalParameters | Parameter order should be final. | 47 | |
| coding | HiddenField | 'order' hides a field. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| misc | FinalParameters | Parameter propURI should be final. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 | |
| naming | MethodName | Name 'getHeating_ModeByOrder' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 72 | |
| misc | FinalParameters | Parameter order should be final. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 83 | |
| misc | FinalParameters | Parameter name should be final. | 83 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 84 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 87 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 90 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 91 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| imports | UnusedImports | Unused import - org.universAAL.middleware.owl.supply.LevelRating. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| misc | FinalParameters | Parameter uri should be final. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| misc | FinalParameters | Parameter uriPrefix should be final. | 57 | |
| misc | FinalParameters | Parameter numProps should be final. | 57 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| misc | FinalParameters | Parameter propURI should be final. | 65 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| sizes | MethodLength | Method length is 202 lines (max allowed is 150). | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 63 | |
| naming | LocalVariableName | Name 'oci_Air_Conditioning_Mode' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 64 | |
| naming | LocalVariableName | Name 'oci_Heating_Mode' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 65 | |
| naming | LocalVariableName | Name 'oci_Ventilation_Mode' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 65 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 66 | |
| naming | LocalVariableName | Name 'oci_Hvac' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 68 | |
| naming | LocalVariableName | Name 'oci_Mode' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 68 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 70 | |
| naming | LocalVariableName | Name 'oci_Target_Temperature' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 72 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 73 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 74 | |
| naming | LocalVariableName | Name 'oci_Air_Conditioning' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 76 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 78 | |
| naming | LocalVariableName | Name 'oci_Heating' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 78 | |
| naming | LocalVariableName | Name 'oci_Ventilation' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 80 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 82 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 83 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 84 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 85 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 90 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 95 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 98 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 101 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 103 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 107 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 108 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 109 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 112 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 114 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 116 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 118 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 122 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 123 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 124 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 126 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 128 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 130 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 133 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 138 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 140 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 141 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 144 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 146 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 152 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 153 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 154 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 159 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 168 | |
| coding | MagicNumber | '3' is a magic number. | 169 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 174 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 182 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 183 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 184 | |
| coding | MagicNumber | '3' is a magic number. | 184 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 189 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 200 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 204 | |
| coding | MagicNumber | '3' is a magic number. | 205 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 215 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 221 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 223 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 224 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 227 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 230 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 233 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 234 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 238 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 242 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 243 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 247 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| naming | ConstantName | Name 'tipo' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 30 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| misc | FinalParameters | Parameter uriPrefix should be final. | 37 | |
| misc | FinalParameters | Parameter numProps should be final. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| misc | FinalParameters | Parameter names should be final. | 41 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| misc | FinalParameters | Parameter arg0 should be final. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| naming | TypeName | Name 'Target_Temperature' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 25 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| misc | FinalParameters | Parameter uri should be final. | 44 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 53 | |
| design | DesignForExtension | Method 'getCurrentTemperatureValue' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| design | DesignForExtension | Method 'setTarget_Temperature_Value' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| naming | MethodName | Name 'setTarget_Temperature_Value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 60 | |
| misc | FinalParameters | Parameter targetTemperature should be final. | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 61 | |
| design | DesignForExtension | Method 'getFan' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| design | DesignForExtension | Method 'setFan' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| misc | FinalParameters | Parameter fan should be final. | 69 | |
| design | DesignForExtension | Method 'getSwing' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 74 | |
| design | DesignForExtension | Method 'setSwing' is not designed for extension - needs to be abstract, final or empty. | 78 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 78 | |
| misc | FinalParameters | Parameter swing should be final. | 78 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 23 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| misc | FinalParameters | Parameter uri should be final. | 33 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| misc | FinalParameters | Parameter arg0 should be final. | 43 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| design | DesignForExtension | Method 'getVentilation_Mode' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| naming | MethodName | Name 'getVentilation_Mode' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 54 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 55 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 55 | |
| design | DesignForExtension | Method 'setMode' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| misc | FinalParameters | Parameter ventilation_Mode should be final. | 57 | |
| naming | ParameterName | Name 'ventilation_Mode' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| design | DesignForExtension | Method 'getFan' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 61 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 62 | |
| design | DesignForExtension | Method 'setFan' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| misc | FinalParameters | Parameter fan should be final. | 64 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| design | DesignForExtension | Method 'getSwing' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 68 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 69 | |
| design | DesignForExtension | Method 'setSwing' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| misc | FinalParameters | Parameter swing should be final. | 71 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| design | FinalClass | Class Ventilation_Mode should be declared as final. | 33 | |
| naming | TypeName | Name 'Ventilation_Mode' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| naming | ConstantName | Name 'names' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 39 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 39 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| naming | ConstantName | Name 'Fan' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| naming | ConstantName | Name 'Dry' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| misc | FinalParameters | Parameter order should be final. | 46 | |
| coding | HiddenField | 'order' hides a field. | 46 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter propURI should be final. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| naming | MethodName | Name 'getVentilation_ModeByOrder' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 71 | |
| misc | FinalParameters | Parameter order should be final. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 83 | |
| misc | FinalParameters | Parameter name should be final. | 83 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 84 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 87 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 91 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 92 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| misc | FinalParameters | Parameter impairmentLevel should be final. | 50 | |
| javadoc | JavadocMethod | Expected @param tag for 'impairmentLevel'. | 50 | |
| javadoc | JavadocMethod | Expected an @return tag. | 55 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| misc | FinalParameters | Parameter impairmentLevel should be final. | 49 | |
| javadoc | JavadocMethod | Expected @param tag for 'impairmentLevel'. | 49 | |
| javadoc | JavadocMethod | Expected an @return tag. | 54 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| misc | FinalParameters | Parameter impairmentLevel should be final. | 50 | |
| javadoc | JavadocMethod | Expected @param tag for 'impairmentLevel'. | 50 | |
| javadoc | JavadocMethod | Expected an @return tag. | 55 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| misc | FinalParameters | Parameter impairmentLevel should be final. | 51 | |
| javadoc | JavadocMethod | Expected @param tag for 'impairmentLevel'. | 51 | |
| javadoc | JavadocMethod | Expected an @return tag. | 56 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| design | DesignForExtension | Method 'setImpairment' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| misc | FinalParameters | Parameter rating should be final. | 60 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 74 | |
| coding | MagicNumber | '3' is a magic number. | 79 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 81 | |
| coding | MagicNumber | '4' is a magic number. | 86 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 88 | |
| coding | MagicNumber | '5' is a magic number. | 93 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 95 | |
| coding | MagicNumber | '6' is a magic number. | 100 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 102 | |
| coding | MagicNumber | '7' is a magic number. | 107 | |
| sizes | LineLength | Line is longer than 80 characters (found 151). | 109 | |
| coding | MagicNumber | '8' is a magic number. | 114 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 116 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| misc | FinalParameters | Parameter impairmentLevel should be final. | 50 | |
| javadoc | JavadocMethod | Expected @param tag for 'impairmentLevel'. | 50 | |
| javadoc | JavadocMethod | Expected an @return tag. | 55 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| misc | FinalParameters | Parameter impairmentLevel should be final. | 50 | |
| javadoc | JavadocMethod | Expected @param tag for 'impairmentLevel'. | 50 | |
| javadoc | JavadocMethod | Expected an @return tag. | 55 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| misc | FinalParameters | Parameter impairmentLevel should be final. | 51 | |
| javadoc | JavadocMethod | Expected @param tag for 'impairmentLevel'. | 51 | |
| javadoc | JavadocMethod | Expected an @return tag. | 56 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| design | DesignForExtension | Method 'setImpairment' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| misc | FinalParameters | Parameter rating should be final. | 60 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| misc | FinalParameters | Parameter impairmentLevel should be final. | 52 | |
| javadoc | JavadocMethod | Expected @param tag for 'impairmentLevel'. | 52 | |
| javadoc | JavadocMethod | Expected an @return tag. | 57 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| design | DesignForExtension | Method 'setImpairment' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| misc | FinalParameters | Parameter rating should be final. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| misc | FinalParameters | Parameter impairmentLevel should be final. | 51 | |
| javadoc | JavadocMethod | Expected @param tag for 'impairmentLevel'. | 51 | |
| javadoc | JavadocMethod | Expected an @return tag. | 56 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| design | DesignForExtension | Method 'setImpairment' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| misc | FinalParameters | Parameter rating should be final. | 60 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| misc | FinalParameters | Parameter uri should be final. | 41 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| misc | FinalParameters | Parameter arg0 should be final. | 49 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 54 | |
| design | DesignForExtension | Method 'getEnglishLabel' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| design | DesignForExtension | Method 'setEnglishLabel' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 63 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 64 | |
| design | DesignForExtension | Method 'getNativeLabel' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| design | DesignForExtension | Method 'setNativeLabel' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 72 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 73 | |
| design | DesignForExtension | Method 'getIso639code' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| design | DesignForExtension | Method 'setIso639code' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 81 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 82 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 26 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 26 | |
| design | VisibilityModifier | Variable 'tempURI' must be private and have accessor methods. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| misc | FinalParameters | Parameter uri should be final. | 30 | |
| coding | HiddenField | 'uri' hides a field. | 30 | |
| misc | FinalParameters | Parameter name should be final. | 30 | |
| misc | FinalParameters | Parameter nativeName should be final. | 30 | |
| misc | FinalParameters | Parameter code should be final. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 40 | |
| javadoc | JavadocMethod | Expected an @return tag. | 41 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 42 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 43 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 46 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 60 | |
| naming | LocalVariableName | Name 'oci_Language' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 101 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 115 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| misc | FinalParameters | Parameter english should be final. | 116 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 116 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| misc | FinalParameters | Parameter uri should be final. | 34 | |
| javadoc | JavadocMethod | Expected an @return tag. | 39 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| misc | FinalParameters | Parameter uri should be final. | 46 | |
| javadoc | JavadocMethod | Expected an @return tag. | 51 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| misc | FinalParameters | Parameter uri should be final. | 55 | |
| misc | FinalParameters | Parameter type should be final. | 55 | |
| misc | FinalParameters | Parameter loc should be final. | 55 | |
| misc | FinalParameters | Parameter directedTo should be final. | 56 | |
| misc | FinalParameters | Parameter targetSurface should be final. | 56 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 58 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 60 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 62 | |
| design | DesignForExtension | Method 'getBeamingDirection' is not designed for extension - needs to be abstract, final or empty. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| misc | FinalParameters | Parameter propURI should be final. | 70 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 72 | |
| design | DesignForExtension | Method 'getTargetSurface' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 80 | |
| design | DesignForExtension | Method 'setBeamingDirection' is not designed for extension - needs to be abstract, final or empty. | 86 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 86 | |
| misc | FinalParameters | Parameter directedTo should be final. | 86 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 87 | |
| design | DesignForExtension | Method 'setTargetSurface' is not designed for extension - needs to be abstract, final or empty. | 91 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 91 | |
| misc | FinalParameters | Parameter targetSurface should be final. | 91 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 92 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| misc | FinalParameters | Parameter uri should be final. | 35 | |
| javadoc | JavadocMethod | Expected an @return tag. | 40 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| misc | FinalParameters | Parameter uri should be final. | 42 | |
| javadoc | JavadocMethod | Expected an @return tag. | 47 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter uri should be final. | 51 | |
| misc | FinalParameters | Parameter type should be final. | 51 | |
| misc | FinalParameters | Parameter loc should be final. | 51 | |
| misc | FinalParameters | Parameter directedTo should be final. | 52 | |
| misc | FinalParameters | Parameter targetSurface should be final. | 52 | |
| design | DesignForExtension | Method 'isBlinking' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| design | DesignForExtension | Method 'setBlinkingState' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| misc | FinalParameters | Parameter state should be final. | 67 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| misc | FinalParameters | Parameter uri should be final. | 44 | |
| javadoc | JavadocMethod | Expected an @return tag. | 49 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| misc | FinalParameters | Parameter uri should be final. | 53 | |
| misc | FinalParameters | Parameter type should be final. | 53 | |
| misc | FinalParameters | Parameter loc should be final. | 53 | |
| design | DesignForExtension | Method 'isBlinking' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| design | DesignForExtension | Method 'setBlinkingState' is not designed for extension - needs to be abstract, final or empty. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| misc | FinalParameters | Parameter state should be final. | 66 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| misc | FinalParameters | Parameter uri should be final. | 35 | |
| javadoc | JavadocMethod | Expected an @return tag. | 40 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| design | FinalClass | Class ElectricLight should be declared as final. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| naming | ConstantName | Name 'names' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 42 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| naming | ConstantName | Name 'carbonArcLamp' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 46 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 | |
| naming | ConstantName | Name 'dischargeLamp' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| naming | ConstantName | Name 'fluorescentLamp' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 52 | |
| naming | ConstantName | Name 'halogenLamp' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 52 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 54 | |
| naming | ConstantName | Name 'ledLamp' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 54 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 | |
| naming | ConstantName | Name 'lightBulb' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 55 | |
| javadoc | JavadocMethod | Expected an @return tag. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| misc | FinalParameters | Parameter order should be final. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| misc | FinalParameters | Parameter name should be final. | 81 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 82 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 85 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 88 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 89 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 97 | |
| misc | FinalParameters | Parameter order should be final. | 97 | |
| coding | HiddenField | 'order' hides a field. | 97 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 102 | |
| misc | FinalParameters | Parameter propURI should be final. | 102 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 106 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 114 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| design | FinalClass | Class FlamingLight should be declared as final. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| naming | ConstantName | Name 'names' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 39 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| naming | ConstantName | Name 'candleLight' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| naming | ConstantName | Name 'gasLamp' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| naming | ConstantName | Name 'oilLamp' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 45 | |
| javadoc | JavadocMethod | Expected an @return tag. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| misc | FinalParameters | Parameter order should be final. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| misc | FinalParameters | Parameter name should be final. | 65 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 66 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 69 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 72 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 73 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| misc | FinalParameters | Parameter order should be final. | 81 | |
| coding | HiddenField | 'order' hides a field. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 86 | |
| misc | FinalParameters | Parameter propURI should be final. | 86 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 90 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 98 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter uri should be final. | 51 | |
| javadoc | JavadocMethod | Expected an @return tag. | 56 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| misc | FinalParameters | Parameter uri should be final. | 60 | |
| misc | FinalParameters | Parameter type should be final. | 60 | |
| misc | FinalParameters | Parameter loc should be final. | 60 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 62 | |
| design | DesignForExtension | Method 'getAmbientCoverage' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| design | DesignForExtension | Method 'getBrightness' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 74 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 76 | |
| design | DesignForExtension | Method 'getLightType' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| design | DesignForExtension | Method 'setAmbientCoverage' is not designed for extension - needs to be abstract, final or empty. | 83 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 83 | |
| misc | FinalParameters | Parameter l should be final. | 83 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 84 | |
| design | DesignForExtension | Method 'setBrightness' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 88 | |
| misc | FinalParameters | Parameter percentage should be final. | 88 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 89 | |
| coding | MagicNumber | '101' is a magic number. | 89 | |
| design | DesignForExtension | Method 'setLightType' is not designed for extension - needs to be abstract, final or empty. | 93 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 93 | |
| misc | FinalParameters | Parameter lt should be final. | 93 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 94 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 99 | |
| javadoc | JavadocMethod | Expected an @return tag. | 102 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 102 | |
| misc | FinalParameters | Parameter propURI should be final. | 102 | |
| javadoc | JavadocMethod | Expected @param tag for 'propURI'. | 102 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 103 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 104 | |
| javadoc | JavadocMethod | Expected an @return tag. | 111 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 111 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| misc | FinalParameters | Parameter uri should be final. | 38 | |
| javadoc | JavadocMethod | Expected an @return tag. | 43 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| misc | FinalParameters | Parameter uri should be final. | 42 | |
| javadoc | JavadocMethod | Expected an @return tag. | 47 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| misc | FinalParameters | Parameter propURI should be final. | 58 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 59 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 47 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 56 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 76 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 84 | |
| coding | MagicNumber | '100' is a magic number. | 118 | |
| coding | MagicNumber | '3' is a magic number. | 154 | |
| coding | MagicNumber | '4' is a magic number. | 161 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 163 | |
| coding | MagicNumber | '5' is a magic number. | 171 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 173 | |
| coding | MagicNumber | '6' is a magic number. | 180 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 182 | |
| coding | MagicNumber | '7' is a magic number. | 189 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 191 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| design | FinalClass | Class NaturalLight should be declared as final. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| naming | ConstantName | Name 'names' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 38 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| naming | ConstantName | Name 'moonShine' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| naming | ConstantName | Name 'sunShine' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 46 | |
| javadoc | JavadocMethod | Expected an @return tag. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| misc | FinalParameters | Parameter order should be final. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| misc | FinalParameters | Parameter name should be final. | 67 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 68 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 71 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 74 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 75 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 83 | |
| misc | FinalParameters | Parameter order should be final. | 83 | |
| coding | HiddenField | 'order' hides a field. | 83 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 88 | |
| misc | FinalParameters | Parameter propURI should be final. | 88 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 92 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 96 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 100 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 47 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 49 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 51 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 54 | |
| misc | FinalParameters | Parameter uri should be final. | 71 | |
| javadoc | JavadocMethod | Expected @param tag for 'uri'. | 71 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| misc | FinalParameters | Parameter uri should be final. | 83 | |
| misc | FinalParameters | Parameter name should be final. | 83 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 85 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 91 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 91 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 95 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 97 | |
| misc | FinalParameters | Parameter propURI should be final. | 104 | |
| misc | FinalParameters | Parameter location should be final. | 105 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 106 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 108 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 113 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 115 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 125 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 126 | |
| javadoc | JavadocMethod | Expected an @return tag. | 129 | |
| design | DesignForExtension | Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. | 129 | |
| misc | FinalParameters | Parameter propURI should be final. | 129 | |
| javadoc | JavadocMethod | Expected @param tag for 'propURI'. | 129 | |
| misc | FinalParameters | Parameter value should be final. | 129 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 129 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 145 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 147 | |
| javadoc | JavadocMethod | Expected an @return tag. | 151 | |
| misc | FinalParameters | Parameter propURI should be final. | 151 | |
| javadoc | JavadocMethod | Expected @param tag for 'propURI'. | 151 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 152 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 158 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 160 | |
| misc | FinalParameters | Parameter propURI should be final. | 166 | |
| javadoc | JavadocMethod | Expected @param tag for 'propURI'. | 166 | |
| misc | FinalParameters | Parameter location should be final. | 167 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 168 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 172 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 177 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 179 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 187 | |
| design | DesignForExtension | Method 'getAdjacentLocations' is not designed for extension - needs to be abstract, final or empty. | 191 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 197 | |
| design | DesignForExtension | Method 'addAdjacentLocation' is not designed for extension - needs to be abstract, final or empty. | 201 | |
| misc | FinalParameters | Parameter location should be final. | 201 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 202 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 209 | |
| design | DesignForExtension | Method 'removeAdjacentLocation' is not designed for extension - needs to be abstract, final or empty. | 211 | |
| misc | FinalParameters | Parameter location should be final. | 211 | |
| javadoc | JavadocMethod | Expected @param tag for 'location'. | 211 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 212 | |
| design | DesignForExtension | Method 'clearAdjacentLocations' is not designed for extension - needs to be abstract, final or empty. | 220 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 225 | |
| design | DesignForExtension | Method 'getConnectedLocations' is not designed for extension - needs to be abstract, final or empty. | 229 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 235 | |
| design | DesignForExtension | Method 'addConnectedLocation' is not designed for extension - needs to be abstract, final or empty. | 239 | |
| misc | FinalParameters | Parameter location should be final. | 239 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 240 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 247 | |
| design | DesignForExtension | Method 'removeConnectedLocation' is not designed for extension - needs to be abstract, final or empty. | 249 | |
| misc | FinalParameters | Parameter location should be final. | 249 | |
| javadoc | JavadocMethod | Expected @param tag for 'location'. | 249 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 250 | |
| design | DesignForExtension | Method 'clearConnectedLocations' is not designed for extension - needs to be abstract, final or empty. | 258 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 264 | |
| design | DesignForExtension | Method 'getContainedLocations' is not designed for extension - needs to be abstract, final or empty. | 268 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 275 | |
| design | DesignForExtension | Method 'addContainedLocation' is not designed for extension - needs to be abstract, final or empty. | 279 | |
| misc | FinalParameters | Parameter location should be final. | 279 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 280 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 290 | |
| design | DesignForExtension | Method 'removeContainedLocation' is not designed for extension - needs to be abstract, final or empty. | 292 | |
| misc | FinalParameters | Parameter location should be final. | 292 | |
| javadoc | JavadocMethod | Expected @param tag for 'location'. | 292 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 293 | |
| design | DesignForExtension | Method 'clearContainedLocations' is not designed for extension - needs to be abstract, final or empty. | 301 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 307 | |
| design | DesignForExtension | Method 'getContainingLocation' is not designed for extension - needs to be abstract, final or empty. | 311 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 317 | |
| design | DesignForExtension | Method 'setContainingLocation' is not designed for extension - needs to be abstract, final or empty. | 321 | |
| misc | FinalParameters | Parameter location should be final. | 321 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 322 | |
| design | DesignForExtension | Method 'clearContainingLocations' is not designed for extension - needs to be abstract, final or empty. | 330 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 335 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 335 | |
| misc | FinalParameters | Parameter propURI should be final. | 335 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 336 | |
| design | DesignForExtension | Method 'compareTo' is not designed for extension - needs to be abstract, final or empty. | 353 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 353 | |
| misc | FinalParameters | Parameter arg0 should be final. | 353 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 354 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 361 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 369 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 374 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 377 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 385 | |
| misc | FinalParameters | Parameter current should be final. | 385 | |
| misc | FinalParameters | Parameter compare should be final. | 385 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 388 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 390 | |
| design | DesignForExtension | Method 'hasConnectionTo' is not designed for extension - needs to be abstract, final or empty. | 398 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 398 | |
| misc | FinalParameters | Parameter arg0 should be final. | 398 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 400 | |
| design | DesignForExtension | Method 'isAdjacentTo' is not designed for extension - needs to be abstract, final or empty. | 405 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 405 | |
| misc | FinalParameters | Parameter arg0 should be final. | 405 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 407 | |
| design | DesignForExtension | Method 'getNext' is not designed for extension - needs to be abstract, final or empty. | 412 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 412 | |
| design | DesignForExtension | Method 'getPrevious' is not designed for extension - needs to be abstract, final or empty. | 416 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 416 | |
| design | DesignForExtension | Method 'ord' is not designed for extension - needs to be abstract, final or empty. | 427 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 427 | |
| design | DesignForExtension | Method 'getDistanceTo' is not designed for extension - needs to be abstract, final or empty. | 431 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 431 | |
| misc | FinalParameters | Parameter other should be final. | 431 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 67 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 67 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| design | DesignForExtension | Method 'create' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| sizes | MethodLength | Method length is 401 lines (max allowed is 150). | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| coding | MagicNumber | '15' is a magic number. | 156 | |
| coding | MagicNumber | '16' is a magic number. | 162 | |
| coding | MagicNumber | '17' is a magic number. | 168 | |
| coding | MagicNumber | '18' is a magic number. | 174 | |
| coding | MagicNumber | '19' is a magic number. | 180 | |
| coding | MagicNumber | '20' is a magic number. | 186 | |
| coding | MagicNumber | '21' is a magic number. | 192 | |
| coding | MagicNumber | '22' is a magic number. | 198 | |
| coding | MagicNumber | '23' is a magic number. | 204 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 206 | |
| coding | MagicNumber | '3' is a magic number. | 219 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 258 | |
| coding | MagicNumber | '4' is a magic number. | 265 | |
| coding | MagicNumber | '5' is a magic number. | 276 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 285 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 285 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 291 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 297 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 297 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 303 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 320 | |
| coding | MagicNumber | '6' is a magic number. | 340 | |
| coding | MagicNumber | '7' is a magic number. | 346 | |
| coding | MagicNumber | '8' is a magic number. | 352 | |
| coding | MagicNumber | '9' is a magic number. | 358 | |
| coding | MagicNumber | '10' is a magic number. | 364 | |
| coding | MagicNumber | '11' is a magic number. | 370 | |
| coding | MagicNumber | '12' is a magic number. | 376 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 386 | |
| coding | MagicNumber | '13' is a magic number. | 395 | |
| coding | MagicNumber | '14' is a magic number. | 405 | |
| coding | MagicNumber | '24' is a magic number. | 422 | |
| coding | MagicNumber | '26' is a magic number. | 429 | |
| coding | MagicNumber | '25' is a magic number. | 452 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 47 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| misc | FinalParameters | Parameter uri should be final. | 56 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 60 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| misc | FinalParameters | Parameter uri should be final. | 75 | |
| misc | FinalParameters | Parameter name should be final. | 75 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| misc | FinalParameters | Parameter uri should be final. | 90 | |
| misc | FinalParameters | Parameter name should be final. | 90 | |
| misc | FinalParameters | Parameter shape should be final. | 90 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 94 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 98 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 100 | |
| misc | FinalParameters | Parameter shape should be final. | 103 | |
| javadoc | JavadocMethod | Expected @param tag for 'shape'. | 103 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 108 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 110 | |
| misc | FinalParameters | Parameter uri should be final. | 117 | |
| misc | FinalParameters | Parameter shape should be final. | 117 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 121 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 125 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 125 | |
| design | DesignForExtension | Method 'getShape' is not designed for extension - needs to be abstract, final or empty. | 129 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 129 | |
| design | DesignForExtension | Method 'getPhysicalThingofLocation' is not designed for extension - needs to be abstract, final or empty. | 133 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 133 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 137 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 140 | |
| design | DesignForExtension | Method 'setPhysicalThingofLocation' is not designed for extension - needs to be abstract, final or empty. | 143 | |
| misc | FinalParameters | Parameter pt should be final. | 143 | |
| javadoc | JavadocMethod | Expected @param tag for 'pt'. | 143 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 147 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 147 | |
| misc | FinalParameters | Parameter propURI should be final. | 147 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 148 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 148 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 150 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 161 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 162 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 167 | |
| design | DesignForExtension | Method 'getDistanceTo' is not designed for extension - needs to be abstract, final or empty. | 169 | |
| misc | FinalParameters | Parameter other should be final. | 169 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 170 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 175 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 182 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 189 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 192 | |
| design | DesignForExtension | Method 'getSmallestContaining' is not designed for extension - needs to be abstract, final or empty. | 197 | |
| misc | FinalParameters | Parameter p should be final. | 197 | |
| javadoc | JavadocMethod | Expected @param tag for 'p'. | 197 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 198 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 200 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 206 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 207 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 207 | |
| design | DesignForExtension | Method 'contains' is not designed for extension - needs to be abstract, final or empty. | 214 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 214 | |
| misc | FinalParameters | Parameter p should be final. | 214 | |
| design | DesignForExtension | Method 'getContainingLocation' is not designed for extension - needs to be abstract, final or empty. | 218 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 218 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 220 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 224 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 228 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 230 | |
| design | DesignForExtension | Method 'setContainingLocation' is not designed for extension - needs to be abstract, final or empty. | 240 | |
| misc | FinalParameters | Parameter place should be final. | 240 | |
| misc | FinalParameters | Parameter x should be final. | 240 | |
| misc | FinalParameters | Parameter y should be final. | 240 | |
| misc | FinalParameters | Parameter z should be final. | 240 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 241 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 248 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 250 | |
| javadoc | JavadocMethod | Unused @param tag for 'place'. | 251 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 260 | |
| design | DesignForExtension | Method 'addContainedLocation' is not designed for extension - needs to be abstract, final or empty. | 260 | |
| misc | FinalParameters | Parameter location should be final. | 260 | |
| javadoc | JavadocMethod | Expected @param tag for 'location'. | 260 | |
| misc | FinalParameters | Parameter x should be final. | 260 | |
| misc | FinalParameters | Parameter y should be final. | 260 | |
| misc | FinalParameters | Parameter z should be final. | 260 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 261 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 271 | |
| javadoc | JavadocMethod | Unused @param tag for 'place'. | 272 | |
| design | DesignForExtension | Method 'addContainedLocationRelativeToCorner' is not designed for extension - needs to be abstract, final or empty. | 281 | |
| misc | FinalParameters | Parameter location should be final. | 281 | |
| javadoc | JavadocMethod | Expected @param tag for 'location'. | 281 | |
| misc | FinalParameters | Parameter x should be final. | 281 | |
| misc | FinalParameters | Parameter y should be final. | 282 | |
| misc | FinalParameters | Parameter z should be final. | 282 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 283 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 302 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 304 | |
| design | DesignForExtension | Method 'getAddress' is not designed for extension - needs to be abstract, final or empty. | 307 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 311 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 313 | |
| javadoc | JavadocMethod | Unused @param tag for 'reg'. | 314 | |
| design | DesignForExtension | Method 'setAddress' is not designed for extension - needs to be abstract, final or empty. | 317 | |
| misc | FinalParameters | Parameter val should be final. | 317 | |
| javadoc | JavadocMethod | Expected @param tag for 'val'. | 317 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| misc | FinalParameters | Parameter uri should be final. | 44 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 48 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| misc | FinalParameters | Parameter uri should be final. | 63 | |
| misc | FinalParameters | Parameter name should be final. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| misc | FinalParameters | Parameter uri should be final. | 67 | |
| misc | FinalParameters | Parameter name should be final. | 67 | |
| misc | FinalParameters | Parameter shape should be final. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| misc | FinalParameters | Parameter uri should be final. | 71 | |
| misc | FinalParameters | Parameter shape should be final. | 71 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 49 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 51 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 52 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 52 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 57 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 57 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 60 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 60 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 64 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| misc | FinalParameters | Parameter uri should be final. | 76 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 80 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 84 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 84 | |
| misc | FinalParameters | Parameter propURI should be final. | 84 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 85 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 90 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 90 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 94 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| design | DesignForExtension | Method 'getRegion' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 103 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 105 | |
| design | DesignForExtension | Method 'setRegion' is not designed for extension - needs to be abstract, final or empty. | 109 | |
| misc | FinalParameters | Parameter reg should be final. | 109 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 113 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 115 | |
| design | DesignForExtension | Method 'getCountry' is not designed for extension - needs to be abstract, final or empty. | 118 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 122 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 124 | |
| javadoc | JavadocMethod | Unused @param tag for 'reg'. | 125 | |
| design | DesignForExtension | Method 'setCountry' is not designed for extension - needs to be abstract, final or empty. | 128 | |
| misc | FinalParameters | Parameter val should be final. | 128 | |
| javadoc | JavadocMethod | Expected @param tag for 'val'. | 128 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 132 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 134 | |
| design | DesignForExtension | Method 'getState' is not designed for extension - needs to be abstract, final or empty. | 137 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 141 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 143 | |
| javadoc | JavadocMethod | Unused @param tag for 'reg'. | 144 | |
| design | DesignForExtension | Method 'setState' is not designed for extension - needs to be abstract, final or empty. | 147 | |
| misc | FinalParameters | Parameter val should be final. | 147 | |
| javadoc | JavadocMethod | Expected @param tag for 'val'. | 147 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 151 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 153 | |
| design | DesignForExtension | Method 'getCity' is not designed for extension - needs to be abstract, final or empty. | 156 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 160 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 162 | |
| javadoc | JavadocMethod | Unused @param tag for 'reg'. | 163 | |
| design | DesignForExtension | Method 'setCity' is not designed for extension - needs to be abstract, final or empty. | 166 | |
| misc | FinalParameters | Parameter val should be final. | 166 | |
| javadoc | JavadocMethod | Expected @param tag for 'val'. | 166 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 170 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 172 | |
| design | DesignForExtension | Method 'getCityQuarter' is not designed for extension - needs to be abstract, final or empty. | 175 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 179 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 181 | |
| javadoc | JavadocMethod | Unused @param tag for 'reg'. | 182 | |
| design | DesignForExtension | Method 'setCityQuarter' is not designed for extension - needs to be abstract, final or empty. | 185 | |
| misc | FinalParameters | Parameter val should be final. | 185 | |
| javadoc | JavadocMethod | Expected @param tag for 'val'. | 185 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 189 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 191 | |
| design | DesignForExtension | Method 'getCityRegion' is not designed for extension - needs to be abstract, final or empty. | 194 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 198 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 200 | |
| javadoc | JavadocMethod | Unused @param tag for 'reg'. | 201 | |
| design | DesignForExtension | Method 'setCityRegion' is not designed for extension - needs to be abstract, final or empty. | 204 | |
| misc | FinalParameters | Parameter val should be final. | 204 | |
| javadoc | JavadocMethod | Expected @param tag for 'val'. | 204 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 208 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 210 | |
| design | DesignForExtension | Method 'getCityPlace' is not designed for extension - needs to be abstract, final or empty. | 213 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 217 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 219 | |
| javadoc | JavadocMethod | Unused @param tag for 'reg'. | 220 | |
| design | DesignForExtension | Method 'setCityPlace' is not designed for extension - needs to be abstract, final or empty. | 223 | |
| misc | FinalParameters | Parameter val should be final. | 223 | |
| javadoc | JavadocMethod | Expected @param tag for 'val'. | 223 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 227 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 229 | |
| design | DesignForExtension | Method 'getPostalCode' is not designed for extension - needs to be abstract, final or empty. | 232 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 236 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 238 | |
| javadoc | JavadocMethod | Unused @param tag for 'reg'. | 239 | |
| design | DesignForExtension | Method 'setPostalCode' is not designed for extension - needs to be abstract, final or empty. | 242 | |
| misc | FinalParameters | Parameter val should be final. | 242 | |
| javadoc | JavadocMethod | Expected @param tag for 'val'. | 242 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 246 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 248 | |
| design | DesignForExtension | Method 'getExtAddress' is not designed for extension - needs to be abstract, final or empty. | 251 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 255 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 257 | |
| javadoc | JavadocMethod | Unused @param tag for 'reg'. | 258 | |
| design | DesignForExtension | Method 'setExtAddress' is not designed for extension - needs to be abstract, final or empty. | 261 | |
| misc | FinalParameters | Parameter val should be final. | 261 | |
| javadoc | JavadocMethod | Expected @param tag for 'val'. | 261 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 267 | |
| design | DesignForExtension | Method 'toReadableString' is not designed for extension - needs to be abstract, final or empty. | 270 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 278 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 283 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 288 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 292 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 298 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 303 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 307 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 309 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 311 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 45 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| misc | FinalParameters | Parameter uri should be final. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| misc | FinalParameters | Parameter uri should be final. | 62 | |
| misc | FinalParameters | Parameter postOffciceBox should be final. | 62 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| misc | FinalParameters | Parameter propURI should be final. | 71 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| design | DesignForExtension | Method 'getPostOfficeBox' is not designed for extension - needs to be abstract, final or empty. | 84 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 88 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| javadoc | JavadocMethod | Unused @param tag for 'reg'. | 91 | |
| design | DesignForExtension | Method 'setPostOfficeBox' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| misc | FinalParameters | Parameter val should be final. | 94 | |
| javadoc | JavadocMethod | Expected @param tag for 'val'. | 94 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 100 | |
| design | DesignForExtension | Method 'toReadableString' is not designed for extension - needs to be abstract, final or empty. | 103 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 103 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 46 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 47 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 49 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 51 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 54 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| misc | FinalParameters | Parameter uri should be final. | 67 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 80 | |
| misc | FinalParameters | Parameter propURI should be final. | 80 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 86 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 86 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 93 | |
| design | DesignForExtension | Method 'getBuildingID' is not designed for extension - needs to be abstract, final or empty. | 96 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 100 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 102 | |
| javadoc | JavadocMethod | Unused @param tag for 'reg'. | 103 | |
| design | DesignForExtension | Method 'setBuildingID' is not designed for extension - needs to be abstract, final or empty. | 106 | |
| misc | FinalParameters | Parameter val should be final. | 106 | |
| javadoc | JavadocMethod | Expected @param tag for 'val'. | 106 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 110 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 112 | |
| design | DesignForExtension | Method 'getHallID' is not designed for extension - needs to be abstract, final or empty. | 115 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 119 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 121 | |
| javadoc | JavadocMethod | Unused @param tag for 'reg'. | 122 | |
| design | DesignForExtension | Method 'setHallID' is not designed for extension - needs to be abstract, final or empty. | 125 | |
| misc | FinalParameters | Parameter val should be final. | 125 | |
| javadoc | JavadocMethod | Expected @param tag for 'val'. | 125 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 129 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 131 | |
| design | DesignForExtension | Method 'getFloorID' is not designed for extension - needs to be abstract, final or empty. | 134 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 138 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 140 | |
| javadoc | JavadocMethod | Unused @param tag for 'reg'. | 141 | |
| design | DesignForExtension | Method 'setFloorID' is not designed for extension - needs to be abstract, final or empty. | 144 | |
| misc | FinalParameters | Parameter val should be final. | 144 | |
| javadoc | JavadocMethod | Expected @param tag for 'val'. | 144 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 148 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 150 | |
| design | DesignForExtension | Method 'getDoorID' is not designed for extension - needs to be abstract, final or empty. | 153 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 157 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 159 | |
| javadoc | JavadocMethod | Unused @param tag for 'reg'. | 160 | |
| design | DesignForExtension | Method 'setDoorID' is not designed for extension - needs to be abstract, final or empty. | 163 | |
| misc | FinalParameters | Parameter val should be final. | 163 | |
| javadoc | JavadocMethod | Expected @param tag for 'val'. | 163 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 167 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 169 | |
| design | DesignForExtension | Method 'getDeskID' is not designed for extension - needs to be abstract, final or empty. | 172 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 176 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 178 | |
| javadoc | JavadocMethod | Unused @param tag for 'reg'. | 179 | |
| design | DesignForExtension | Method 'setDeskID' is not designed for extension - needs to be abstract, final or empty. | 182 | |
| misc | FinalParameters | Parameter val should be final. | 182 | |
| javadoc | JavadocMethod | Expected @param tag for 'val'. | 182 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 186 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 188 | |
| design | DesignForExtension | Method 'getOfficeID' is not designed for extension - needs to be abstract, final or empty. | 191 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 195 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 197 | |
| javadoc | JavadocMethod | Unused @param tag for 'reg'. | 198 | |
| design | DesignForExtension | Method 'setOfficeID' is not designed for extension - needs to be abstract, final or empty. | 201 | |
| misc | FinalParameters | Parameter val should be final. | 201 | |
| javadoc | JavadocMethod | Expected @param tag for 'val'. | 201 | |
| design | DesignForExtension | Method 'getAdditionalID' is not designed for extension - needs to be abstract, final or empty. | 205 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 205 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 211 | |
| design | DesignForExtension | Method 'addAdditionalID' is not designed for extension - needs to be abstract, final or empty. | 217 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 217 | |
| misc | FinalParameters | Parameter id should be final. | 217 | |
| design | DesignForExtension | Method 'setAdditionalID' is not designed for extension - needs to be abstract, final or empty. | 233 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 233 | |
| misc | FinalParameters | Parameter id should be final. | 233 | |
| design | DesignForExtension | Method 'toReadableString' is not designed for extension - needs to be abstract, final or empty. | 257 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 257 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 269 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 274 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 279 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 284 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 289 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 294 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 302 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 307 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 312 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 316 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 322 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 327 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 332 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 334 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 336 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 338 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| misc | FinalParameters | Parameter uri should be final. | 43 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 47 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| misc | FinalParameters | Parameter uri should be final. | 62 | |
| misc | FinalParameters | Parameter name should be final. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| misc | FinalParameters | Parameter uri should be final. | 66 | |
| misc | FinalParameters | Parameter name should be final. | 66 | |
| misc | FinalParameters | Parameter shape should be final. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| misc | FinalParameters | Parameter uri should be final. | 70 | |
| misc | FinalParameters | Parameter shape should be final. | 70 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 74 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| misc | FinalParameters | Parameter uri should be final. | 43 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 47 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| misc | FinalParameters | Parameter uri should be final. | 62 | |
| misc | FinalParameters | Parameter name should be final. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| misc | FinalParameters | Parameter uri should be final. | 66 | |
| misc | FinalParameters | Parameter name should be final. | 66 | |
| misc | FinalParameters | Parameter shape should be final. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| misc | FinalParameters | Parameter uri should be final. | 70 | |
| misc | FinalParameters | Parameter shape should be final. | 70 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 74 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| misc | FinalParameters | Parameter uri should be final. | 43 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| misc | FinalParameters | Parameter uri should be final. | 54 | |
| misc | FinalParameters | Parameter name should be final. | 54 | |
| misc | FinalParameters | Parameter shape should be final. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| misc | FinalParameters | Parameter uri should be final. | 58 | |
| misc | FinalParameters | Parameter shape should be final. | 58 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| misc | FinalParameters | Parameter uri should be final. | 70 | |
| misc | FinalParameters | Parameter name should be final. | 70 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 74 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| misc | FinalParameters | Parameter uri should be final. | 43 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 47 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| misc | FinalParameters | Parameter uri should be final. | 62 | |
| misc | FinalParameters | Parameter name should be final. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| misc | FinalParameters | Parameter uri should be final. | 66 | |
| misc | FinalParameters | Parameter name should be final. | 66 | |
| misc | FinalParameters | Parameter shape should be final. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| misc | FinalParameters | Parameter uri should be final. | 70 | |
| misc | FinalParameters | Parameter shape should be final. | 70 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 74 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| misc | FinalParameters | Parameter uri should be final. | 42 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 46 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| misc | FinalParameters | Parameter uri should be final. | 61 | |
| misc | FinalParameters | Parameter name should be final. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| misc | FinalParameters | Parameter uri should be final. | 65 | |
| misc | FinalParameters | Parameter name should be final. | 65 | |
| misc | FinalParameters | Parameter shape should be final. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| misc | FinalParameters | Parameter uri should be final. | 69 | |
| misc | FinalParameters | Parameter shape should be final. | 69 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| misc | FinalParameters | Parameter uri should be final. | 42 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 46 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| misc | FinalParameters | Parameter uri should be final. | 61 | |
| misc | FinalParameters | Parameter name should be final. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| misc | FinalParameters | Parameter uri should be final. | 65 | |
| misc | FinalParameters | Parameter name should be final. | 65 | |
| misc | FinalParameters | Parameter shape should be final. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| misc | FinalParameters | Parameter uri should be final. | 69 | |
| misc | FinalParameters | Parameter shape should be final. | 69 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| misc | FinalParameters | Parameter uri should be final. | 45 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 49 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| misc | FinalParameters | Parameter uri should be final. | 64 | |
| misc | FinalParameters | Parameter name should be final. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| misc | FinalParameters | Parameter uri should be final. | 68 | |
| misc | FinalParameters | Parameter name should be final. | 68 | |
| misc | FinalParameters | Parameter shape should be final. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 | |
| misc | FinalParameters | Parameter uri should be final. | 72 | |
| misc | FinalParameters | Parameter shape should be final. | 72 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| misc | FinalParameters | Parameter uri should be final. | 43 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 47 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| misc | FinalParameters | Parameter uri should be final. | 62 | |
| misc | FinalParameters | Parameter func should be final. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| misc | FinalParameters | Parameter func should be final. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 | |
| misc | FinalParameters | Parameter uri should be final. | 72 | |
| misc | FinalParameters | Parameter name should be final. | 72 | |
| misc | FinalParameters | Parameter func should be final. | 72 | |
| misc | FinalParameters | Parameter shape should be final. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| misc | FinalParameters | Parameter uri should be final. | 77 | |
| misc | FinalParameters | Parameter func should be final. | 77 | |
| misc | FinalParameters | Parameter shape should be final. | 77 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 82 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 82 | |
| design | DesignForExtension | Method 'getRoomFunction' is not designed for extension - needs to be abstract, final or empty. | 86 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 86 | |
| design | DesignForExtension | Method 'setRoomFunction' is not designed for extension - needs to be abstract, final or empty. | 90 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 90 | |
| misc | FinalParameters | Parameter function should be final. | 90 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 91 | |
| design | DesignForExtension | Method 'clearRoomFunction' is not designed for extension - needs to be abstract, final or empty. | 96 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 96 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 100 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 100 | |
| misc | FinalParameters | Parameter propURI should be final. | 100 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 101 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 101 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 103 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 53 | |
| naming | ConstantName | Name 'names' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 53 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 53 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 57 | |
| naming | ConstantName | Name 'BathRoom' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 57 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 58 | |
| naming | ConstantName | Name 'Cellar' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 58 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 59 | |
| naming | ConstantName | Name 'GuestRoom' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 59 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 60 | |
| naming | ConstantName | Name 'GuestWC' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 60 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 61 | |
| naming | ConstantName | Name 'HobbyRoom' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 61 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| naming | ConstantName | Name 'Kitchen' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 63 | |
| naming | ConstantName | Name 'LivingRoom' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 63 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 64 | |
| naming | ConstantName | Name 'SleepingRoom' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 66 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 66 | |
| naming | ConstantName | Name 'StorageRoom' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 66 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 67 | |
| naming | ConstantName | Name 'Studio' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 67 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 68 | |
| naming | ConstantName | Name 'WorkRoom' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 68 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 69 | |
| naming | ConstantName | Name 'Wardrobe' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| misc | FinalParameters | Parameter name should be final. | 71 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 72 | |
| coding | MagicNumber | '10' is a magic number. | 72 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| misc | FinalParameters | Parameter order should be final. | 81 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 87 | |
| misc | FinalParameters | Parameter order should be final. | 87 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 87 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 118 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 125 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 127 | |
| javadoc | JavadocMethod | Unused @param tag for 'uri'. | 128 | |
| javadoc | JavadocMethod | Unused @param tag for 'name'. | 130 | |
| misc | FinalParameters | Parameter function should be final. | 133 | |
| javadoc | JavadocMethod | Expected @param tag for 'function'. | 133 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 138 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 138 | |
| design | DesignForExtension | Method 'name' is not designed for extension - needs to be abstract, final or empty. | 142 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 142 | |
| design | DesignForExtension | Method 'ord' is not designed for extension - needs to be abstract, final or empty. | 146 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 146 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 150 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 150 | |
| misc | FinalParameters | Parameter arg0 should be final. | 150 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| misc | FinalParameters | Parameter uri should be final. | 42 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 46 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| misc | FinalParameters | Parameter uri should be final. | 61 | |
| misc | FinalParameters | Parameter name should be final. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| misc | FinalParameters | Parameter uri should be final. | 65 | |
| misc | FinalParameters | Parameter name should be final. | 65 | |
| misc | FinalParameters | Parameter shape should be final. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| misc | FinalParameters | Parameter uri should be final. | 69 | |
| misc | FinalParameters | Parameter shape should be final. | 69 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| misc | FinalParameters | Parameter uri should be final. | 44 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 48 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| misc | FinalParameters | Parameter uri should be final. | 67 | |
| misc | FinalParameters | Parameter name should be final. | 67 | |
| misc | FinalParameters | Parameter from should be final. | 67 | |
| misc | FinalParameters | Parameter to should be final. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 74 | |
| misc | FinalParameters | Parameter uri should be final. | 74 | |
| misc | FinalParameters | Parameter name should be final. | 74 | |
| misc | FinalParameters | Parameter shape should be final. | 74 | |
| misc | FinalParameters | Parameter from should be final. | 74 | |
| misc | FinalParameters | Parameter to should be final. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| misc | FinalParameters | Parameter uri should be final. | 81 | |
| misc | FinalParameters | Parameter shape should be final. | 81 | |
| misc | FinalParameters | Parameter from should be final. | 81 | |
| misc | FinalParameters | Parameter to should be final. | 82 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 88 | |
| design | DesignForExtension | Method 'getFromLevel' is not designed for extension - needs to be abstract, final or empty. | 92 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 92 | |
| design | DesignForExtension | Method 'setFromLevel' is not designed for extension - needs to be abstract, final or empty. | 96 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 96 | |
| misc | FinalParameters | Parameter level should be final. | 96 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 97 | |
| design | DesignForExtension | Method 'getToLevel' is not designed for extension - needs to be abstract, final or empty. | 102 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 102 | |
| design | DesignForExtension | Method 'setToLevel' is not designed for extension - needs to be abstract, final or empty. | 106 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 106 | |
| misc | FinalParameters | Parameter level should be final. | 106 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 107 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 112 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 112 | |
| misc | FinalParameters | Parameter propURI should be final. | 112 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 113 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 113 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 115 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| misc | FinalParameters | Parameter uri should be final. | 42 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 46 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| misc | FinalParameters | Parameter uri should be final. | 61 | |
| misc | FinalParameters | Parameter name should be final. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| misc | FinalParameters | Parameter uri should be final. | 65 | |
| misc | FinalParameters | Parameter name should be final. | 65 | |
| misc | FinalParameters | Parameter shape should be final. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| misc | FinalParameters | Parameter uri should be final. | 69 | |
| misc | FinalParameters | Parameter shape should be final. | 69 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| misc | FinalParameters | Parameter uri should be final. | 42 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 46 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| misc | FinalParameters | Parameter uri should be final. | 61 | |
| misc | FinalParameters | Parameter name should be final. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| misc | FinalParameters | Parameter uri should be final. | 65 | |
| misc | FinalParameters | Parameter name should be final. | 65 | |
| misc | FinalParameters | Parameter shape should be final. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| misc | FinalParameters | Parameter uri should be final. | 69 | |
| misc | FinalParameters | Parameter shape should be final. | 69 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| misc | FinalParameters | Parameter uri should be final. | 42 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 46 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| misc | FinalParameters | Parameter uri should be final. | 61 | |
| misc | FinalParameters | Parameter name should be final. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| misc | FinalParameters | Parameter uri should be final. | 65 | |
| misc | FinalParameters | Parameter name should be final. | 65 | |
| misc | FinalParameters | Parameter shape should be final. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| misc | FinalParameters | Parameter uri should be final. | 69 | |
| misc | FinalParameters | Parameter shape should be final. | 69 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| misc | FinalParameters | Parameter uri should be final. | 42 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 46 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| misc | FinalParameters | Parameter uri should be final. | 61 | |
| misc | FinalParameters | Parameter name should be final. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| misc | FinalParameters | Parameter uri should be final. | 65 | |
| misc | FinalParameters | Parameter name should be final. | 65 | |
| misc | FinalParameters | Parameter shape should be final. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| misc | FinalParameters | Parameter uri should be final. | 69 | |
| misc | FinalParameters | Parameter shape should be final. | 69 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| misc | FinalParameters | Parameter uri should be final. | 48 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 52 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| misc | FinalParameters | Parameter uri should be final. | 67 | |
| misc | FinalParameters | Parameter name should be final. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| misc | FinalParameters | Parameter uri should be final. | 71 | |
| misc | FinalParameters | Parameter name should be final. | 71 | |
| misc | FinalParameters | Parameter shape should be final. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| misc | FinalParameters | Parameter uri should be final. | 75 | |
| misc | FinalParameters | Parameter shape should be final. | 75 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| design | DesignForExtension | Method 'getZIPCode' is not designed for extension - needs to be abstract, final or empty. | 83 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 83 | |
| design | DesignForExtension | Method 'setZIPCode' is not designed for extension - needs to be abstract, final or empty. | 87 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 87 | |
| misc | FinalParameters | Parameter zipcode should be final. | 87 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 88 | |
| design | DesignForExtension | Method 'removeShape' is not designed for extension - needs to be abstract, final or empty. | 93 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 93 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 97 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 97 | |
| misc | FinalParameters | Parameter propURI should be final. | 97 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 98 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 98 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 100 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| misc | FinalParameters | Parameter uri should be final. | 42 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 46 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| misc | FinalParameters | Parameter uri should be final. | 61 | |
| misc | FinalParameters | Parameter name should be final. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| misc | FinalParameters | Parameter uri should be final. | 65 | |
| misc | FinalParameters | Parameter name should be final. | 65 | |
| misc | FinalParameters | Parameter shape should be final. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| misc | FinalParameters | Parameter uri should be final. | 69 | |
| misc | FinalParameters | Parameter shape should be final. | 69 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| misc | FinalParameters | Parameter uri should be final. | 45 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| misc | FinalParameters | Parameter uri should be final. | 56 | |
| misc | FinalParameters | Parameter name should be final. | 56 | |
| misc | FinalParameters | Parameter shape should be final. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| misc | FinalParameters | Parameter uri should be final. | 60 | |
| misc | FinalParameters | Parameter shape should be final. | 60 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| misc | FinalParameters | Parameter uri should be final. | 72 | |
| misc | FinalParameters | Parameter name should be final. | 72 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| misc | FinalParameters | Parameter uri should be final. | 42 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 46 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| misc | FinalParameters | Parameter uri should be final. | 61 | |
| misc | FinalParameters | Parameter name should be final. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| misc | FinalParameters | Parameter uri should be final. | 65 | |
| misc | FinalParameters | Parameter name should be final. | 65 | |
| misc | FinalParameters | Parameter shape should be final. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| misc | FinalParameters | Parameter uri should be final. | 69 | |
| misc | FinalParameters | Parameter shape should be final. | 69 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| misc | FinalParameters | Parameter uri should be final. | 42 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 46 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| misc | FinalParameters | Parameter uri should be final. | 61 | |
| misc | FinalParameters | Parameter name should be final. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| misc | FinalParameters | Parameter uri should be final. | 65 | |
| misc | FinalParameters | Parameter name should be final. | 65 | |
| misc | FinalParameters | Parameter shape should be final. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| misc | FinalParameters | Parameter uri should be final. | 69 | |
| misc | FinalParameters | Parameter shape should be final. | 69 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| misc | FinalParameters | Parameter uri should be final. | 52 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 56 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| misc | FinalParameters | Parameter arg0 should be final. | 67 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| misc | FinalParameters | Parameter a should be final. | 78 | |
| javadoc | JavadocMethod | Expected @param tag for 'a'. | 78 | |
| misc | FinalParameters | Parameter b should be final. | 79 | |
| javadoc | JavadocMethod | Expected @param tag for 'b'. | 79 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 81 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 93 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 95 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 102 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 104 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| misc | FinalParameters | Parameter uri should be final. | 51 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| misc | FinalParameters | Parameter uri should be final. | 76 | |
| misc | FinalParameters | Parameter x should be final. | 76 | |
| misc | FinalParameters | Parameter y should be final. | 76 | |
| misc | FinalParameters | Parameter z should be final. | 76 | |
| misc | FinalParameters | Parameter place should be final. | 76 | |
| whitespace | OperatorWrap | '?' should be on a new line. | 79 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 79 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 80 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 81 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| misc | FinalParameters | Parameter x should be final. | 106 | |
| misc | FinalParameters | Parameter y should be final. | 106 | |
| misc | FinalParameters | Parameter z should be final. | 106 | |
| misc | FinalParameters | Parameter place should be final. | 106 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 117 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 117 | |
| design | DesignForExtension | Method 'getOrigin' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 121 | |
| design | DesignForExtension | Method 'setOrigin' is not designed for extension - needs to be abstract, final or empty. | 125 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 125 | |
| misc | FinalParameters | Parameter origin should be final. | 125 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 126 | |
| design | DesignForExtension | Method 'getRotateX' is not designed for extension - needs to be abstract, final or empty. | 134 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 139 | |
| design | DesignForExtension | Method 'setRotateX' is not designed for extension - needs to be abstract, final or empty. | 143 | |
| misc | FinalParameters | Parameter angle should be final. | 143 | |
| design | DesignForExtension | Method 'getRotateY' is not designed for extension - needs to be abstract, final or empty. | 150 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 155 | |
| design | DesignForExtension | Method 'setRotateY' is not designed for extension - needs to be abstract, final or empty. | 159 | |
| misc | FinalParameters | Parameter angle should be final. | 159 | |
| design | DesignForExtension | Method 'getRotateZ' is not designed for extension - needs to be abstract, final or empty. | 166 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 171 | |
| design | DesignForExtension | Method 'setRotateZ' is not designed for extension - needs to be abstract, final or empty. | 175 | |
| misc | FinalParameters | Parameter angle should be final. | 175 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 179 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 179 | |
| misc | FinalParameters | Parameter propURI should be final. | 179 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 180 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 180 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 182 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 | |
| misc | FinalParameters | Parameter uri should be final. | 65 | |
| javadoc | JavadocMethod | Expected @param tag for 'uri'. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| misc | FinalParameters | Parameter uri should be final. | 80 | |
| misc | FinalParameters | Parameter x should be final. | 80 | |
| javadoc | JavadocMethod | Expected @param tag for 'x'. | 80 | |
| misc | FinalParameters | Parameter y should be final. | 80 | |
| javadoc | JavadocMethod | Expected @param tag for 'y'. | 80 | |
| misc | FinalParameters | Parameter z should be final. | 80 | |
| javadoc | JavadocMethod | Expected @param tag for 'z'. | 80 | |
| misc | FinalParameters | Parameter system should be final. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 89 | |
| misc | FinalParameters | Parameter x should be final. | 89 | |
| misc | FinalParameters | Parameter y should be final. | 89 | |
| misc | FinalParameters | Parameter z should be final. | 89 | |
| misc | FinalParameters | Parameter system should be final. | 89 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 97 | |
| misc | FinalParameters | Parameter x should be final. | 97 | |
| misc | FinalParameters | Parameter y should be final. | 97 | |
| misc | FinalParameters | Parameter system should be final. | 97 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 107 | |
| misc | FinalParameters | Parameter uri should be final. | 115 | |
| misc | FinalParameters | Parameter x should be final. | 115 | |
| javadoc | JavadocMethod | Expected @param tag for 'x'. | 115 | |
| misc | FinalParameters | Parameter y should be final. | 115 | |
| javadoc | JavadocMethod | Expected @param tag for 'y'. | 115 | |
| misc | FinalParameters | Parameter system should be final. | 115 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 123 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 123 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 127 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 127 | |
| misc | FinalParameters | Parameter propURI should be final. | 127 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 128 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 128 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 130 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 139 | |
| design | DesignForExtension | Method 'get3DCoordinates' is not designed for extension - needs to be abstract, final or empty. | 143 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 145 | |
| design | DesignForExtension | Method 'get2DCoordinates' is not designed for extension - needs to be abstract, final or empty. | 156 | |
| design | DesignForExtension | Method 'getZ' is not designed for extension - needs to be abstract, final or empty. | 163 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 163 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 165 | |
| design | DesignForExtension | Method 'getX' is not designed for extension - needs to be abstract, final or empty. | 170 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 170 | |
| design | DesignForExtension | Method 'getY' is not designed for extension - needs to be abstract, final or empty. | 174 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 174 | |
| design | DesignForExtension | Method 'set2DCoordinates' is not designed for extension - needs to be abstract, final or empty. | 178 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 178 | |
| misc | FinalParameters | Parameter x should be final. | 178 | |
| misc | FinalParameters | Parameter y should be final. | 178 | |
| design | DesignForExtension | Method 'set3DCoordinates' is not designed for extension - needs to be abstract, final or empty. | 184 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 184 | |
| misc | FinalParameters | Parameter x should be final. | 184 | |
| misc | FinalParameters | Parameter y should be final. | 184 | |
| misc | FinalParameters | Parameter z should be final. | 184 | |
| design | DesignForExtension | Method 'setZ' is not designed for extension - needs to be abstract, final or empty. | 190 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 190 | |
| misc | FinalParameters | Parameter z should be final. | 190 | |
| design | DesignForExtension | Method 'setCoordinateSystem' is not designed for extension - needs to be abstract, final or empty. | 194 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 194 | |
| misc | FinalParameters | Parameter system should be final. | 194 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 195 | |
| design | DesignForExtension | Method 'getCoordinateSystem' is not designed for extension - needs to be abstract, final or empty. | 200 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 200 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 204 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 204 | |
| javadoc | JavadocMethod | Expected an @return tag. | 214 | |
| design | DesignForExtension | Method 'getDistanceTo' is not designed for extension - needs to be abstract, final or empty. | 214 | |
| misc | FinalParameters | Parameter other should be final. | 214 | |
| javadoc | JavadocMethod | Expected @param tag for 'other'. | 214 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 215 | |
| naming | LocalVariableName | Name 'SolVec' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 228 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 228 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 233 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 235 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 244 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 245 | |
| javadoc | JavadocMethod | Expected an @return tag. | 249 | |
| misc | FinalParameters | Parameter current2DCoordinatesDeg should be final. | 249 | |
| javadoc | JavadocMethod | Expected @param tag for 'current2DCoordinatesDeg'. | 249 | |
| misc | FinalParameters | Parameter other2DCoordinatesDeg should be final. | 250 | |
| javadoc | JavadocMethod | Expected @param tag for 'other2DCoordinatesDeg'. | 250 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 251 | |
| coding | MagicNumber | '180' is a magic number. | 257 | |
| coding | MagicNumber | '180' is a magic number. | 258 | |
| coding | MagicNumber | '180' is a magic number. | 260 | |
| coding | MagicNumber | '180' is a magic number. | 261 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 283 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 287 | |
| design | DesignForExtension | Method 'getInHigherCoordinateSystem' is not designed for extension - needs to be abstract, final or empty. | 290 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 317 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 318 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 319 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 323 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 324 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 325 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 332 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 336 | |
| design | DesignForExtension | Method 'getInHigherCoordinateSystem' is not designed for extension - needs to be abstract, final or empty. | 342 | |
| misc | FinalParameters | Parameter system should be final. | 342 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 345 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 352 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 352 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 358 | |
| design | DesignForExtension | Method 'is2D' is not designed for extension - needs to be abstract, final or empty. | 361 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 365 | |
| design | DesignForExtension | Method 'castTo3D' is not designed for extension - needs to be abstract, final or empty. | 368 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 369 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| misc | FinalParameters | Parameter uri should be final. | 32 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| javadoc | JavadocType | Unknown tag 'navassoc'. | 28 | |
| javadoc | JavadocType | Unknown tag 'navassoc'. | 29 | |
| javadoc | JavadocType | Unknown tag 'navassoc'. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| misc | FinalParameters | Parameter uri should be final. | 48 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| misc | FinalParameters | Parameter arg0 should be final. | 56 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 61 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 68 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 69 | |
| design | DesignForExtension | Method 'getHasError' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| design | DesignForExtension | Method 'setHasError' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 77 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 78 | |
| design | DesignForExtension | Method 'getHasUnit' is not designed for extension - needs to be abstract, final or empty. | 82 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 82 | |
| design | DesignForExtension | Method 'setHasUnit' is not designed for extension - needs to be abstract, final or empty. | 86 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 86 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 86 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 87 | |
| design | DesignForExtension | Method 'getHasPrefix' is not designed for extension - needs to be abstract, final or empty. | 91 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 91 | |
| design | DesignForExtension | Method 'setHasPrefix' is not designed for extension - needs to be abstract, final or empty. | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 95 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 95 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 96 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 18 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 19 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 20 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| misc | FinalParameters | Parameter uri should be final. | 26 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| misc | FinalParameters | Parameter arg0 should be final. | 34 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| naming | LocalVariableName | Name 'oci_MeanSquareError' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 51 | |
| naming | LocalVariableName | Name 'oci_MeasurementError' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 | |
| naming | LocalVariableName | Name 'oci_Measurement' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 | |
| naming | LocalVariableName | Name 'oci_Signal' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 101 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 103 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 104 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 106 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 108 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 23 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 24 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 25 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 26 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| misc | FinalParameters | Parameter uri should be final. | 35 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| misc | FinalParameters | Parameter arg0 should be final. | 43 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 49 | |
| design | DesignForExtension | Method 'getMeasurementInterval' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| design | DesignForExtension | Method 'setMeasurementInterval' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| misc | FinalParameters | Parameter interval should be final. | 58 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 59 | |
| design | DesignForExtension | Method 'getArray' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 71 | |
| design | DesignForExtension | Method 'setArray' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| misc | FinalParameters | Parameter array should be final. | 77 | |
| design | DesignForExtension | Method 'addValue' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| misc | FinalParameters | Parameter newValue should be final. | 85 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| misc | FinalParameters | Parameter uri should be final. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| misc | FinalParameters | Parameter uri should be final. | 47 | |
| misc | FinalParameters | Parameter isOnProg should be final. | 47 | |
| misc | FinalParameters | Parameter isOnComm should be final. | 47 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 50 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| design | DesignForExtension | Method 'isOnComm' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| design | DesignForExtension | Method 'isOnProg' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| design | DesignForExtension | Method 'setOnProg' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| misc | FinalParameters | Parameter b should be final. | 69 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| misc | FinalParameters | Parameter propURI should be final. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 90 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 90 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| misc | FinalParameters | Parameter uri should be final. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| misc | FinalParameters | Parameter uri should be final. | 50 | |
| misc | FinalParameters | Parameter isOnProg should be final. | 50 | |
| misc | FinalParameters | Parameter isOnComm should be final. | 50 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 53 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| design | DesignForExtension | Method 'isOnComm' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| design | DesignForExtension | Method 'isOnProg' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| design | DesignForExtension | Method 'setOnProg' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 | |
| misc | FinalParameters | Parameter b should be final. | 72 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 84 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 84 | |
| misc | FinalParameters | Parameter propURI should be final. | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 93 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 93 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 27 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| misc | FinalParameters | Parameter uri should be final. | 35 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| misc | FinalParameters | Parameter sat should be final. | 43 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter propURI should be final. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 27 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| misc | FinalParameters | Parameter uri should be final. | 35 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| misc | FinalParameters | Parameter bp should be final. | 43 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter propURI should be final. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| misc | FinalParameters | Parameter uri should be final. | 35 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| misc | FinalParameters | Parameter hr should be final. | 43 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter propURI should be final. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| design | DesignForExtension | Method 'create' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 100 | |
| coding | MagicNumber | '3' is a magic number. | 102 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| misc | FinalParameters | Parameter uri should be final. | 36 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| misc | FinalParameters | Parameter w should be final. | 44 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| misc | FinalParameters | Parameter propURI should be final. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| misc | FinalParameters | Parameter uri should be final. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| misc | FinalParameters | Parameter uriPrefix should be final. | 48 | |
| misc | FinalParameters | Parameter numProps should be final. | 48 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| misc | FinalParameters | Parameter propURI should be final. | 56 | |
| design | DesignForExtension | Method 'getBatteryLevel' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| design | DesignForExtension | Method 'setBatteryLevel' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| misc | FinalParameters | Parameter value should be final. | 64 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| misc | FinalParameters | Parameter uri should be final. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| misc | FinalParameters | Parameter propURI should be final. | 52 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 53 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| design | DesignForExtension | Method 'create' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| coding | MagicNumber | '4' is a magic number. | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 73 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 117 | |
| coding | MagicNumber | '3' is a magic number. | 126 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| misc | FinalParameters | Parameter uri should be final. | 36 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| misc | FinalParameters | Parameter uri should be final. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| misc | FinalParameters | Parameter uriPrefix should be final. | 53 | |
| misc | FinalParameters | Parameter numProps should be final. | 53 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| design | DesignForExtension | Method 'getLocation' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| design | DesignForExtension | Method 'getShape' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| javadoc | JavadocMethod | Expected an @return tag. | 77 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| misc | FinalParameters | Parameter propURI should be final. | 77 | |
| javadoc | JavadocMethod | Expected @param tag for 'propURI'. | 77 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 78 | |
| design | DesignForExtension | Method 'setLocation' is not designed for extension - needs to be abstract, final or empty. | 84 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 84 | |
| misc | FinalParameters | Parameter loc should be final. | 84 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 85 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 98 | |
| design | DesignForExtension | Method 'setLocation' is not designed for extension - needs to be abstract, final or empty. | 105 | |
| misc | FinalParameters | Parameter o should be final. | 105 | |
| misc | FinalParameters | Parameter x should be final. | 105 | |
| javadoc | JavadocMethod | Expected @param tag for 'x'. | 105 | |
| misc | FinalParameters | Parameter y should be final. | 105 | |
| javadoc | JavadocMethod | Expected @param tag for 'y'. | 105 | |
| misc | FinalParameters | Parameter z should be final. | 105 | |
| javadoc | JavadocMethod | Expected @param tag for 'z'. | 105 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 108 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 110 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 114 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 118 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 119 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 125 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 132 | |
| design | DesignForExtension | Method 'setLocationRelativeToCorner' is not designed for extension - needs to be abstract, final or empty. | 133 | |
| misc | FinalParameters | Parameter o should be final. | 133 | |
| misc | FinalParameters | Parameter x should be final. | 133 | |
| javadoc | JavadocMethod | Expected @param tag for 'x'. | 133 | |
| misc | FinalParameters | Parameter y should be final. | 133 | |
| javadoc | JavadocMethod | Expected @param tag for 'y'. | 133 | |
| misc | FinalParameters | Parameter z should be final. | 134 | |
| javadoc | JavadocMethod | Expected @param tag for 'z'. | 134 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 146 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 152 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 156 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 157 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 163 | |
| design | DesignForExtension | Method 'setLocationCornerRelativeToCorner' is not designed for extension - needs to be abstract, final or empty. | 170 | |
| misc | FinalParameters | Parameter o should be final. | 170 | |
| misc | FinalParameters | Parameter x should be final. | 170 | |
| javadoc | JavadocMethod | Expected @param tag for 'x'. | 170 | |
| misc | FinalParameters | Parameter y should be final. | 170 | |
| javadoc | JavadocMethod | Expected @param tag for 'y'. | 170 | |
| misc | FinalParameters | Parameter z should be final. | 171 | |
| javadoc | JavadocMethod | Expected @param tag for 'z'. | 171 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 184 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 188 | |
| design | DesignForExtension | Method 'setShape' is not designed for extension - needs to be abstract, final or empty. | 192 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 192 | |
| misc | FinalParameters | Parameter o should be final. | 192 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 193 | |
| design | DesignForExtension | Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. | 197 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 197 | |
| misc | FinalParameters | Parameter propURI should be final. | 197 | |
| misc | FinalParameters | Parameter o should be final. | 197 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 198 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 200 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 26 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 47 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 53 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| misc | FinalParameters | Parameter uri should be final. | 60 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 | |
| misc | FinalParameters | Parameter propURI should be final. | 72 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| misc | FinalParameters | Parameter uri should be final. | 48 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 54 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| misc | FinalParameters | Parameter propURI should be final. | 63 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| design | DesignForExtension | Method 'setProfile' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| misc | FinalParameters | Parameter value should be final. | 73 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| design | DesignForExtension | Method 'getProfile' is not designed for extension - needs to be abstract, final or empty. | 82 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 47 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 51 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 59 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 59 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 61 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| misc | FinalParameters | Parameter uri should be final. | 70 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 74 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 78 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 78 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 82 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 82 | |
| misc | FinalParameters | Parameter propURI should be final. | 82 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| misc | FinalParameters | Parameter uri should be final. | 50 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 56 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| misc | FinalParameters | Parameter propURI should be final. | 65 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| design | DesignForExtension | Method 'setProfile' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| misc | FinalParameters | Parameter value should be final. | 75 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| design | DesignForExtension | Method 'getProfile' is not designed for extension - needs to be abstract, final or empty. | 84 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 47 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 49 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| misc | FinalParameters | Parameter uri should be final. | 58 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| misc | FinalParameters | Parameter propURI should be final. | 70 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| misc | FinalParameters | Parameter uri should be final. | 53 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 63 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| misc | FinalParameters | Parameter propURI should be final. | 68 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| design | DesignForExtension | Method 'setProfile' is not designed for extension - needs to be abstract, final or empty. | 78 | |
| misc | FinalParameters | Parameter value should be final. | 78 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| design | DesignForExtension | Method 'getAPProfile' is not designed for extension - needs to be abstract, final or empty. | 87 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| misc | FinalParameters | Parameter uri should be final. | 46 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| misc | FinalParameters | Parameter propURI should be final. | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| misc | FinalParameters | Parameter uri should be final. | 52 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 62 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| misc | FinalParameters | Parameter propURI should be final. | 67 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| design | DesignForExtension | Method 'setProfile' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| misc | FinalParameters | Parameter value should be final. | 77 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| design | DesignForExtension | Method 'getCaregiverProfile' is not designed for extension - needs to be abstract, final or empty. | 86 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| misc | FinalParameters | Parameter uri should be final. | 46 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| misc | FinalParameters | Parameter propURI should be final. | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| misc | FinalParameters | Parameter uri should be final. | 41 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| misc | FinalParameters | Parameter propURI should be final. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 23 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| misc | FinalParameters | Parameter mc should be final. | 27 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 28 | |
| design | DesignForExtension | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| misc | FinalParameters | Parameter mc should be final. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 23 | |
| design | DesignForExtension | Method 'createInstance' is not designed for extension - needs to be abstract, final or empty. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| misc | FinalParameters | Parameter classURI should be final. | 25 | |
| misc | FinalParameters | Parameter instanceURI should be final. | 25 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 26 | |
| misc | FinalParameters | Parameter factoryIndex should be final. | 26 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| naming | ConstantName | Name 'names' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 37 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| naming | ConstantName | Name 'male' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| naming | ConstantName | Name 'female' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| naming | ConstantName | Name 'partly_female_male' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| naming | ConstantName | Name 'do_not_specify' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter order should be final. | 51 | |
| coding | HiddenField | 'order' hides a field. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| misc | FinalParameters | Parameter propURI should be final. | 60 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| design | DesignForExtension | Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| misc | FinalParameters | Parameter propURI should be final. | 68 | |
| misc | FinalParameters | Parameter o should be final. | 68 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| misc | FinalParameters | Parameter order should be final. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 92 | |
| misc | FinalParameters | Parameter name should be final. | 92 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 93 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 95 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 97 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 98 | |
| design | DesignForExtension | Method 'name' is not designed for extension - needs to be abstract, final or empty. | 103 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 103 | |
| design | DesignForExtension | Method 'ord' is not designed for extension - needs to be abstract, final or empty. | 107 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 107 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| misc | FinalParameters | Parameter uri should be final. | 58 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| misc | FinalParameters | Parameter propURI should be final. | 70 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| misc | FinalParameters | Parameter uri should be final. | 50 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| misc | FinalParameters | Parameter propURI should be final. | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| misc | FinalParameters | Parameter uri should be final. | 41 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| misc | FinalParameters | Parameter propURI should be final. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 52 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 54 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 56 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| misc | FinalParameters | Parameter uri should be final. | 63 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| misc | FinalParameters | Parameter propURI should be final. | 75 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| misc | FinalParameters | Parameter uri should be final. | 48 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| misc | FinalParameters | Parameter propURI should be final. | 60 | |
| design | DesignForExtension | Method 'isClosedCollection' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| misc | FinalParameters | Parameter propURI should be final. | 64 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 45 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| misc | FinalParameters | Parameter uri should be final. | 56 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| misc | FinalParameters | Parameter propURI should be final. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| design | DesignForExtension | Method 'isClosedCollection' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 | |
| misc | FinalParameters | Parameter propURI should be final. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| design | DesignForExtension | Method 'getSubProfile' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 78 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 80 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 81 | |
| design | DesignForExtension | Method 'addSubProfile' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| misc | FinalParameters | Parameter newValue should be final. | 85 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 88 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 98 | |
| design | DesignForExtension | Method 'setSubProfile' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 99 | |
| misc | FinalParameters | Parameter propertyValue should be final. | 99 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.ontology.vcard.*. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 60 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 65 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 66 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 67 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 68 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 69 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 70 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 71 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 72 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 73 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 74 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 75 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 76 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 77 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 78 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 79 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 80 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 81 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 82 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 83 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 84 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 86 | |
| sizes | MethodLength | Method length is 586 lines (max allowed is 150). | 90 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 90 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 93 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 94 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 112 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 127 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 164 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 221 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 224 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 231 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 234 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 240 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 253 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 263 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 418 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 442 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 638 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 669 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| misc | FinalParameters | Parameter uri should be final. | 39 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter propURI should be final. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| misc | FinalParameters | Parameter uri should be final. | 50 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| misc | FinalParameters | Parameter propURI should be final. | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| misc | FinalParameters | Parameter uri should be final. | 48 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| misc | FinalParameters | Parameter propURI should be final. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| design | DesignForExtension | Method 'isClosedCollection' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| misc | FinalParameters | Parameter propURI should be final. | 64 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| misc | FinalParameters | Parameter uri should be final. | 56 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 66 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| misc | FinalParameters | Parameter propURI should be final. | 71 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| design | DesignForExtension | Method 'setProfile' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| misc | FinalParameters | Parameter value should be final. | 81 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 | |
| design | DesignForExtension | Method 'getUserProfile' is not designed for extension - needs to be abstract, final or empty. | 90 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter uri should be final. | 51 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| misc | FinalParameters | Parameter propURI should be final. | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 20 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 21 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 22 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| misc | FinalParameters | Parameter uri should be final. | 30 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| misc | FinalParameters | Parameter arg0 should be final. | 38 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 20 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 21 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 22 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 23 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 23 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| misc | FinalParameters | Parameter uri should be final. | 32 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| misc | FinalParameters | Parameter arg0 should be final. | 40 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| naming | LocalVariableName | Name 'oci_ContactManagementService' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 55 | |
| naming | LocalVariableName | Name 'oci_ContactListSubProfile' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 72 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 88 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| misc | FinalParameters | Parameter uri should be final. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| misc | FinalParameters | Parameter propURI should be final. | 57 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| misc | FinalParameters | Parameter uri should be final. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| misc | FinalParameters | Parameter propURI should be final. | 57 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| misc | FinalParameters | Parameter uri should be final. | 41 | |
| javadoc | JavadocMethod | Expected an @return tag. | 46 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| misc | FinalParameters | Parameter propURI should be final. | 50 | |
| design | DesignForExtension | Method 'getVendor' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| design | DesignForExtension | Method 'setVendor' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| misc | FinalParameters | Parameter vendor should be final. | 58 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 59 | |
| design | DesignForExtension | Method 'getServiceClass' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| design | DesignForExtension | Method 'setServiceClass' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| misc | FinalParameters | Parameter serviceClass should be final. | 67 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 68 | |
| design | DesignForExtension | Method 'getPath' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 74 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 76 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 93 | |
| design | DesignForExtension | Method 'setPath' is not designed for extension - needs to be abstract, final or empty. | 96 | |
| misc | FinalParameters | Parameter path should be final. | 96 | |
| javadoc | JavadocMethod | Expected @param tag for 'path'. | 96 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 97 | |
| design | DesignForExtension | Method 'isEquivalent' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| misc | FinalParameters | Parameter e should be final. | 104 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 105 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 108 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 115 | |
| misc | FinalParameters | Parameter o1 should be final. | 115 | |
| misc | FinalParameters | Parameter o2 should be final. | 115 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 117 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 120 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 122 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| misc | FinalParameters | Parameter uri should be final. | 38 | |
| javadoc | JavadocMethod | Expected an @return tag. | 43 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| misc | FinalParameters | Parameter arg0 should be final. | 47 | |
| design | DesignForExtension | Method 'addMenuEntry' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter entry should be final. | 51 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 52 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 56 | |
| design | DesignForExtension | Method 'removeMenuEntry' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| misc | FinalParameters | Parameter entry should be final. | 70 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 71 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 75 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 78 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 97 | |
| misc | FinalParameters | Parameter methodName should be final. | 97 | |
| misc | FinalParameters | Parameter o should be final. | 97 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 104 | |
| design | DesignForExtension | Method 'getMenuEntries' is not designed for extension - needs to be abstract, final or empty. | 108 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 108 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 110 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 113 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| design | VisibilityModifier | Variable 'defaultUser' must be private and have accessor methods. | 43 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| misc | FinalParameters | Parameter uri should be final. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| misc | FinalParameters | Parameter content should be final. | 58 | |
| misc | FinalParameters | Parameter associatedQuestion should be final. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| misc | FinalParameters | Parameter content should be final. | 63 | |
| misc | FinalParameters | Parameter associatedQuestion should be final. | 63 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 | |
| misc | FinalParameters | Parameter arg0 should be final. | 72 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 | |
| design | DesignForExtension | Method 'getAssociatedQuestion' is not designed for extension - needs to be abstract, final or empty. | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| javadoc | JavadocMethod | Unused @param tag for 'the'. | 100 | |
| design | DesignForExtension | Method 'setAssociatedQuestion' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| misc | FinalParameters | Parameter question should be final. | 104 | |
| javadoc | JavadocMethod | Expected @param tag for 'question'. | 104 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 105 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 112 | |
| design | DesignForExtension | Method 'getAnswerContent' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 123 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 132 | |
| javadoc | JavadocMethod | Unused @param tag for 'the'. | 133 | |
| design | DesignForExtension | Method 'addAnswerContent' is not designed for extension - needs to be abstract, final or empty. | 137 | |
| misc | FinalParameters | Parameter content should be final. | 137 | |
| javadoc | JavadocMethod | Expected @param tag for 'content'. | 137 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 138 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 145 | |
| javadoc | JavadocMethod | Unused @param tag for 'the'. | 146 | |
| design | DesignForExtension | Method 'setAnswerContent' is not designed for extension - needs to be abstract, final or empty. | 150 | |
| misc | FinalParameters | Parameter content should be final. | 150 | |
| javadoc | JavadocMethod | Expected @param tag for 'content'. | 150 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 162 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 170 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 172 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 175 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 181 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 182 | |
| design | DesignForExtension | Method 'isCorrectAnswer' is not designed for extension - needs to be abstract, final or empty. | 187 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 187 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 191 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 202 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 202 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 204 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 47 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 54 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| misc | FinalParameters | Parameter uri should be final. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| misc | FinalParameters | Parameter questionnaire should be final. | 67 | |
| misc | FinalParameters | Parameter answers should be final. | 67 | |
| misc | FinalParameters | Parameter examinedUser should be final. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| misc | FinalParameters | Parameter questionnaire should be final. | 76 | |
| misc | FinalParameters | Parameter answer should be final. | 76 | |
| misc | FinalParameters | Parameter examinedUser should be final. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| misc | FinalParameters | Parameter q should be final. | 85 | |
| misc | FinalParameters | Parameter examinedUser should be final. | 85 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 92 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 92 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 96 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 96 | |
| misc | FinalParameters | Parameter arg0 should be final. | 96 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 100 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 100 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 101 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 110 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 112 | |
| design | DesignForExtension | Method 'getIsAnsweredBy' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 120 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 122 | |
| design | DesignForExtension | Method 'setIsAnsweredBy' is not designed for extension - needs to be abstract, final or empty. | 127 | |
| misc | FinalParameters | Parameter user should be final. | 127 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 128 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 136 | |
| design | DesignForExtension | Method 'getAnswers' is not designed for extension - needs to be abstract, final or empty. | 141 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 147 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 156 | |
| design | DesignForExtension | Method 'addAnswer' is not designed for extension - needs to be abstract, final or empty. | 162 | |
| misc | FinalParameters | Parameter answer should be final. | 162 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 181 | |
| javadoc | JavadocMethod | Unused @param tag for 'Answer'. | 182 | |
| design | DesignForExtension | Method 'setAnswers' is not designed for extension - needs to be abstract, final or empty. | 187 | |
| misc | FinalParameters | Parameter answers should be final. | 187 | |
| javadoc | JavadocMethod | Expected @param tag for 'answers'. | 187 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 195 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 200 | |
| design | DesignForExtension | Method 'getAssociatedQuestionnaire' is not designed for extension - needs to be abstract, final or empty. | 203 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 207 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 212 | |
| design | DesignForExtension | Method 'setAssociatedQuestionnaire' is not designed for extension - needs to be abstract, final or empty. | 216 | |
| misc | FinalParameters | Parameter questionnaire should be final. | 216 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 217 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 224 | |
| design | DesignForExtension | Method 'getCompleteness' is not designed for extension - needs to be abstract, final or empty. | 227 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 234 | |
| design | DesignForExtension | Method 'setCompleteness' is not designed for extension - needs to be abstract, final or empty. | 238 | |
| misc | FinalParameters | Parameter completeness should be final. | 238 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 247 | |
| design | DesignForExtension | Method 'getCorrectAnswersPercentage' is not designed for extension - needs to be abstract, final or empty. | 251 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 255 | |
| coding | MagicNumber | '100' is a magic number. | 255 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 263 | |
| design | DesignForExtension | Method 'getIncorrectAnswersPercentage' is not designed for extension - needs to be abstract, final or empty. | 267 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 270 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 271 | |
| coding | MagicNumber | '100' is a magic number. | 271 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 279 | |
| design | DesignForExtension | Method 'getNumberOfIncorrectAnswers' is not designed for extension - needs to be abstract, final or empty. | 282 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 289 | |
| design | DesignForExtension | Method 'getNumberOfCorrectAnswers' is not designed for extension - needs to be abstract, final or empty. | 292 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 299 | |
| design | DesignForExtension | Method 'getNumberOfNoCorrectAnswers' is not designed for extension - needs to be abstract, final or empty. | 303 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 307 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 310 | |
| javadoc | JavadocMethod | Duplicate @return tag. | 315 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 317 | |
| misc | FinalParameters | Parameter correctResults should be final. | 319 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 328 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 330 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 352 | |
| design | DesignForExtension | Method 'getIncorrectAnswers' is not designed for extension - needs to be abstract, final or empty. | 357 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 366 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 377 | |
| design | DesignForExtension | Method 'getCorrectAnswers' is not designed for extension - needs to be abstract, final or empty. | 381 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 390 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 403 | |
| design | DesignForExtension | Method 'getNoCorrectAnswers' is not designed for extension - needs to be abstract, final or empty. | 407 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 426 | |
| design | DesignForExtension | Method 'getAssociatedQuestions' is not designed for extension - needs to be abstract, final or empty. | 433 | |
| misc | FinalParameters | Parameter answers should be final. | 433 | |
| javadoc | JavadocMethod | Expected @param tag for 'answers'. | 433 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 445 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 460 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 463 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 488 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 490 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 510 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 512 | |
| javadoc | JavadocMethod | Duplicate @return tag. | 514 | |
| design | DesignForExtension | Method 'nextQuestion' is not designed for extension - needs to be abstract, final or empty. | 520 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 524 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 532 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 539 | |
| design | DesignForExtension | Method 'calculateCompleteness' is not designed for extension - needs to be abstract, final or empty. | 543 | |
| coding | MagicNumber | '100' is a magic number. | 545 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 553 | |
| design | DesignForExtension | Method 'answeredToQuestion' is not designed for extension - needs to be abstract, final or empty. | 560 | |
| misc | FinalParameters | Parameter q should be final. | 560 | |
| misc | FinalParameters | Parameter answerContent should be final. | 560 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 569 | |
| design | DesignForExtension | Method 'answeredToQuestion' is not designed for extension - needs to be abstract, final or empty. | 576 | |
| misc | FinalParameters | Parameter q should be final. | 576 | |
| misc | FinalParameters | Parameter answerContent should be final. | 576 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| imports | UnusedImports | Unused import - org.universAAL.middleware.rdf.Resource. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| misc | FinalParameters | Parameter uri should be final. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| misc | FinalParameters | Parameter choice should be final. | 49 | |
| misc | FinalParameters | Parameter label should be final. | 49 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| misc | FinalParameters | Parameter arg0 should be final. | 59 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| design | DesignForExtension | Method 'getChoice' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| design | DesignForExtension | Method 'setChoice' is not designed for extension - needs to be abstract, final or empty. | 86 | |
| misc | FinalParameters | Parameter choice should be final. | 86 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 87 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| design | DesignForExtension | Method 'getLabel' is not designed for extension - needs to be abstract, final or empty. | 97 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 101 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 104 | |
| design | DesignForExtension | Method 'setLabel' is not designed for extension - needs to be abstract, final or empty. | 108 | |
| misc | FinalParameters | Parameter label should be final. | 108 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 109 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| misc | FinalParameters | Parameter uri should be final. | 47 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| misc | FinalParameters | Parameter qWording should be final. | 60 | |
| javadoc | JavadocMethod | Expected @param tag for 'qWording'. | 60 | |
| misc | FinalParameters | Parameter triggerAnswer should be final. | 60 | |
| javadoc | JavadocMethod | Expected @param tag for 'triggerAnswer'. | 60 | |
| misc | FinalParameters | Parameter dependingQuestion should be final. | 61 | |
| javadoc | JavadocMethod | Expected @param tag for 'dependingQuestion'. | 61 | |
| misc | FinalParameters | Parameter answerType should be final. | 61 | |
| javadoc | JavadocMethod | Expected @param tag for 'answerType'. | 61 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| misc | FinalParameters | Parameter qWording should be final. | 81 | |
| javadoc | JavadocMethod | Expected @param tag for 'qWording'. | 81 | |
| misc | FinalParameters | Parameter triggerAnswer should be final. | 81 | |
| javadoc | JavadocMethod | Expected @param tag for 'triggerAnswer'. | 81 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 82 | |
| misc | FinalParameters | Parameter dependingQuestion should be final. | 82 | |
| javadoc | JavadocMethod | Expected @param tag for 'dependingQuestion'. | 82 | |
| misc | FinalParameters | Parameter answerType should be final. | 82 | |
| javadoc | JavadocMethod | Expected @param tag for 'answerType'. | 82 | |
| misc | FinalParameters | Parameter choices should be final. | 82 | |
| javadoc | JavadocMethod | Expected @param tag for 'choices'. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| misc | FinalParameters | Parameter qWording should be final. | 104 | |
| javadoc | JavadocMethod | Expected @param tag for 'qWording'. | 104 | |
| misc | FinalParameters | Parameter triggerAnswer should be final. | 104 | |
| javadoc | JavadocMethod | Expected @param tag for 'triggerAnswer'. | 104 | |
| misc | FinalParameters | Parameter dependingQuestion should be final. | 105 | |
| javadoc | JavadocMethod | Expected @param tag for 'dependingQuestion'. | 105 | |
| misc | FinalParameters | Parameter answerType should be final. | 105 | |
| javadoc | JavadocMethod | Expected @param tag for 'answerType'. | 105 | |
| misc | FinalParameters | Parameter choices should be final. | 106 | |
| javadoc | JavadocMethod | Expected @param tag for 'choices'. | 106 | |
| misc | FinalParameters | Parameter correctAnswer should be final. | 106 | |
| javadoc | JavadocMethod | Expected @param tag for 'correctAnswer'. | 106 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 120 | |
| misc | FinalParameters | Parameter qWording should be final. | 129 | |
| javadoc | JavadocMethod | Expected @param tag for 'qWording'. | 129 | |
| misc | FinalParameters | Parameter triggerAnswer should be final. | 129 | |
| javadoc | JavadocMethod | Expected @param tag for 'triggerAnswer'. | 129 | |
| misc | FinalParameters | Parameter dependingQuestion should be final. | 130 | |
| javadoc | JavadocMethod | Expected @param tag for 'dependingQuestion'. | 130 | |
| misc | FinalParameters | Parameter answerType should be final. | 130 | |
| javadoc | JavadocMethod | Expected @param tag for 'answerType'. | 130 | |
| misc | FinalParameters | Parameter choices should be final. | 131 | |
| javadoc | JavadocMethod | Expected @param tag for 'choices'. | 131 | |
| misc | FinalParameters | Parameter correctAnswer should be final. | 131 | |
| javadoc | JavadocMethod | Expected @param tag for 'correctAnswer'. | 131 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 142 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 145 | |
| misc | FinalParameters | Parameter qWording should be final. | 148 | |
| javadoc | JavadocMethod | Expected @param tag for 'qWording'. | 148 | |
| misc | FinalParameters | Parameter triggerAnswer should be final. | 148 | |
| javadoc | JavadocMethod | Expected @param tag for 'triggerAnswer'. | 148 | |
| misc | FinalParameters | Parameter dependingQuestion should be final. | 149 | |
| javadoc | JavadocMethod | Expected @param tag for 'dependingQuestion'. | 149 | |
| misc | FinalParameters | Parameter answerType should be final. | 149 | |
| javadoc | JavadocMethod | Expected @param tag for 'answerType'. | 149 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 157 | |
| misc | FinalParameters | Parameter qWording should be final. | 157 | |
| misc | FinalParameters | Parameter triggerAnswer should be final. | 157 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 158 | |
| misc | FinalParameters | Parameter dependingQuestion should be final. | 158 | |
| misc | FinalParameters | Parameter answerType should be final. | 158 | |
| misc | FinalParameters | Parameter choices should be final. | 158 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 167 | |
| misc | FinalParameters | Parameter qWording should be final. | 167 | |
| misc | FinalParameters | Parameter triggerAnswer should be final. | 167 | |
| misc | FinalParameters | Parameter dependingQuestion should be final. | 168 | |
| misc | FinalParameters | Parameter answerType should be final. | 168 | |
| misc | FinalParameters | Parameter choices should be final. | 169 | |
| misc | FinalParameters | Parameter correctAnswer should be final. | 169 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 179 | |
| misc | FinalParameters | Parameter qWording should be final. | 179 | |
| misc | FinalParameters | Parameter triggerAnswer should be final. | 179 | |
| misc | FinalParameters | Parameter dependingQuestion should be final. | 180 | |
| misc | FinalParameters | Parameter answerType should be final. | 180 | |
| misc | FinalParameters | Parameter choices should be final. | 181 | |
| misc | FinalParameters | Parameter correctAnswer should be final. | 181 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 192 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 192 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 196 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 196 | |
| misc | FinalParameters | Parameter arg0 should be final. | 196 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 200 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 200 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 201 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 210 | |
| design | DesignForExtension | Method 'getDependsOn' is not designed for extension - needs to be abstract, final or empty. | 214 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 221 | |
| design | DesignForExtension | Method 'setDependsOn' is not designed for extension - needs to be abstract, final or empty. | 226 | |
| misc | FinalParameters | Parameter dependingQuestion should be final. | 226 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 227 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 234 | |
| design | DesignForExtension | Method 'getTriggerAnswer' is not designed for extension - needs to be abstract, final or empty. | 240 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 247 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 256 | |
| javadoc | JavadocMethod | Unused @param tag for 'question'. | 257 | |
| design | DesignForExtension | Method 'setTriggerAnswer' is not designed for extension - needs to be abstract, final or empty. | 263 | |
| misc | FinalParameters | Parameter triggerAnswers should be final. | 263 | |
| javadoc | JavadocMethod | Expected @param tag for 'triggerAnswers'. | 263 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 274 | |
| javadoc | JavadocMethod | Unused @param tag for 'question'. | 275 | |
| design | DesignForExtension | Method 'addTriggerAnswer' is not designed for extension - needs to be abstract, final or empty. | 280 | |
| misc | FinalParameters | Parameter triggerAnswer should be final. | 280 | |
| javadoc | JavadocMethod | Expected @param tag for 'triggerAnswer'. | 280 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| misc | FinalParameters | Parameter uri should be final. | 39 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| misc | FinalParameters | Parameter qWording should be final. | 53 | |
| javadoc | JavadocMethod | Expected @param tag for 'qWording'. | 53 | |
| misc | FinalParameters | Parameter answerType should be final. | 53 | |
| javadoc | JavadocMethod | Expected @param tag for 'answerType'. | 53 | |
| misc | FinalParameters | Parameter choices should be final. | 54 | |
| javadoc | JavadocMethod | Expected @param tag for 'choices'. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| misc | FinalParameters | Parameter qWording should be final. | 68 | |
| javadoc | JavadocMethod | Expected @param tag for 'qWording'. | 68 | |
| misc | FinalParameters | Parameter correctAnswer should be final. | 68 | |
| javadoc | JavadocMethod | Expected @param tag for 'correctAnswer'. | 68 | |
| misc | FinalParameters | Parameter answerType should be final. | 69 | |
| javadoc | JavadocMethod | Expected @param tag for 'answerType'. | 69 | |
| misc | FinalParameters | Parameter choices should be final. | 69 | |
| javadoc | JavadocMethod | Expected @param tag for 'choices'. | 69 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| misc | FinalParameters | Parameter arg0 should be final. | 77 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter uri should be final. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| misc | FinalParameters | Parameter qWording should be final. | 63 | |
| javadoc | JavadocMethod | Expected @param tag for 'qWording'. | 63 | |
| misc | FinalParameters | Parameter answerType should be final. | 63 | |
| javadoc | JavadocMethod | Expected @param tag for 'answerType'. | 63 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| misc | FinalParameters | Parameter qWording should be final. | 79 | |
| javadoc | JavadocMethod | Expected @param tag for 'qWording'. | 79 | |
| misc | FinalParameters | Parameter answerType should be final. | 79 | |
| javadoc | JavadocMethod | Expected @param tag for 'answerType'. | 79 | |
| misc | FinalParameters | Parameter choices should be final. | 79 | |
| javadoc | JavadocMethod | Expected @param tag for 'choices'. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 | |
| misc | FinalParameters | Parameter qWording should be final. | 96 | |
| javadoc | JavadocMethod | Expected @param tag for 'qWording'. | 96 | |
| misc | FinalParameters | Parameter correctAnswer should be final. | 96 | |
| javadoc | JavadocMethod | Expected @param tag for 'correctAnswer'. | 96 | |
| misc | FinalParameters | Parameter answerType should be final. | 96 | |
| javadoc | JavadocMethod | Expected @param tag for 'answerType'. | 96 | |
| misc | FinalParameters | Parameter choices should be final. | 97 | |
| javadoc | JavadocMethod | Expected @param tag for 'choices'. | 97 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 108 | |
| misc | FinalParameters | Parameter qWording should be final. | 114 | |
| javadoc | JavadocMethod | Expected @param tag for 'qWording'. | 114 | |
| misc | FinalParameters | Parameter correctAnswer should be final. | 114 | |
| javadoc | JavadocMethod | Expected @param tag for 'correctAnswer'. | 114 | |
| misc | FinalParameters | Parameter answerType should be final. | 115 | |
| javadoc | JavadocMethod | Expected @param tag for 'answerType'. | 115 | |
| misc | FinalParameters | Parameter choices should be final. | 115 | |
| javadoc | JavadocMethod | Expected @param tag for 'choices'. | 115 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 123 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 123 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 127 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 127 | |
| misc | FinalParameters | Parameter arg0 should be final. | 127 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 131 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 131 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 132 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 141 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 143 | |
| design | DesignForExtension | Method 'getQuestionWording' is not designed for extension - needs to be abstract, final or empty. | 146 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 150 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 152 | |
| design | DesignForExtension | Method 'setQuestionWording' is not designed for extension - needs to be abstract, final or empty. | 156 | |
| misc | FinalParameters | Parameter qWording should be final. | 156 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 157 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 164 | |
| javadoc | JavadocMethod | Duplicate @return tag. | 166 | |
| design | DesignForExtension | Method 'isHasCorrectAnswer' is not designed for extension - needs to be abstract, final or empty. | 168 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 170 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 175 | |
| design | DesignForExtension | Method 'setHasCorrectAnswer' is not designed for extension - needs to be abstract, final or empty. | 180 | |
| misc | FinalParameters | Parameter correctAnswer should be final. | 180 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 186 | |
| design | DesignForExtension | Method 'getCorrectAnswers' is not designed for extension - needs to be abstract, final or empty. | 191 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 198 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 206 | |
| design | DesignForExtension | Method 'setCorrectAnswer' is not designed for extension - needs to be abstract, final or empty. | 211 | |
| misc | FinalParameters | Parameter correctAnswers should be final. | 211 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 221 | |
| design | DesignForExtension | Method 'addCorrectAnswer' is not designed for extension - needs to be abstract, final or empty. | 226 | |
| misc | FinalParameters | Parameter correctAnswer should be final. | 226 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 244 | |
| design | DesignForExtension | Method 'getAnswerTypeURI' is not designed for extension - needs to be abstract, final or empty. | 248 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 255 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 263 | |
| design | DesignForExtension | Method 'addAnswerTypeURI' is not designed for extension - needs to be abstract, final or empty. | 267 | |
| misc | FinalParameters | Parameter answerType should be final. | 267 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 268 | |
| design | DesignForExtension | Method 'setAnswerTypeURI' is not designed for extension - needs to be abstract, final or empty. | 272 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 272 | |
| misc | FinalParameters | Parameter answerType should be final. | 272 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 288 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 290 | |
| design | DesignForExtension | Method 'getChoiceLabel' is not designed for extension - needs to be abstract, final or empty. | 294 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 301 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 307 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 309 | |
| design | DesignForExtension | Method 'setChoices' is not designed for extension - needs to be abstract, final or empty. | 314 | |
| misc | FinalParameters | Parameter choices should be final. | 314 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 324 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 327 | |
| design | DesignForExtension | Method 'getNumberOfChoices' is not designed for extension - needs to be abstract, final or empty. | 330 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 338 | |
| javadoc | JavadocMethod | Duplicate @return tag. | 342 | |
| design | DesignForExtension | Method 'getLabel' is not designed for extension - needs to be abstract, final or empty. | 345 | |
| misc | FinalParameters | Parameter choice should be final. | 345 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| misc | FinalParameters | Parameter uri should be final. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| misc | FinalParameters | Parameter media should be final. | 52 | |
| javadoc | JavadocMethod | Expected @param tag for 'media'. | 52 | |
| misc | FinalParameters | Parameter questionWording should be final. | 52 | |
| javadoc | JavadocMethod | Expected @param tag for 'questionWording'. | 52 | |
| misc | FinalParameters | Parameter answerType should be final. | 53 | |
| javadoc | JavadocMethod | Expected @param tag for 'answerType'. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| misc | FinalParameters | Parameter qWording should be final. | 69 | |
| javadoc | JavadocMethod | Expected @param tag for 'qWording'. | 69 | |
| misc | FinalParameters | Parameter answerType should be final. | 69 | |
| javadoc | JavadocMethod | Expected @param tag for 'answerType'. | 69 | |
| misc | FinalParameters | Parameter choices should be final. | 70 | |
| javadoc | JavadocMethod | Expected @param tag for 'choices'. | 70 | |
| misc | FinalParameters | Parameter media should be final. | 70 | |
| javadoc | JavadocMethod | Expected @param tag for 'media'. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| misc | FinalParameters | Parameter qWording should be final. | 87 | |
| javadoc | JavadocMethod | Expected @param tag for 'qWording'. | 87 | |
| misc | FinalParameters | Parameter correctAnswer should be final. | 87 | |
| javadoc | JavadocMethod | Expected @param tag for 'correctAnswer'. | 87 | |
| misc | FinalParameters | Parameter answerType should be final. | 88 | |
| javadoc | JavadocMethod | Expected @param tag for 'answerType'. | 88 | |
| misc | FinalParameters | Parameter choices should be final. | 88 | |
| javadoc | JavadocMethod | Expected @param tag for 'choices'. | 88 | |
| misc | FinalParameters | Parameter media should be final. | 88 | |
| javadoc | JavadocMethod | Expected @param tag for 'media'. | 88 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 97 | |
| misc | FinalParameters | Parameter qWording should be final. | 105 | |
| javadoc | JavadocMethod | Expected @param tag for 'qWording'. | 105 | |
| misc | FinalParameters | Parameter correctAnswer should be final. | 105 | |
| javadoc | JavadocMethod | Expected @param tag for 'correctAnswer'. | 105 | |
| misc | FinalParameters | Parameter answerType should be final. | 106 | |
| javadoc | JavadocMethod | Expected @param tag for 'answerType'. | 106 | |
| misc | FinalParameters | Parameter choices should be final. | 106 | |
| javadoc | JavadocMethod | Expected @param tag for 'choices'. | 106 | |
| misc | FinalParameters | Parameter media should be final. | 106 | |
| javadoc | JavadocMethod | Expected @param tag for 'media'. | 106 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 111 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 111 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 115 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 115 | |
| misc | FinalParameters | Parameter arg0 should be final. | 115 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 119 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 119 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 127 | |
| design | DesignForExtension | Method 'getImage' is not designed for extension - needs to be abstract, final or empty. | 130 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 137 | |
| design | DesignForExtension | Method 'setImage' is not designed for extension - needs to be abstract, final or empty. | 141 | |
| misc | FinalParameters | Parameter media should be final. | 141 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 142 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter uri should be final. | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| misc | FinalParameters | Parameter name should be final. | 55 | |
| misc | FinalParameters | Parameter description should be final. | 55 | |
| misc | FinalParameters | Parameter questions should be final. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| misc | FinalParameters | Parameter name should be final. | 63 | |
| misc | FinalParameters | Parameter description should be final. | 63 | |
| misc | FinalParameters | Parameter question should be final. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| misc | FinalParameters | Parameter name should be final. | 71 | |
| misc | FinalParameters | Parameter description should be final. | 71 | |
| misc | FinalParameters | Parameter questions should be final. | 71 | |
| misc | FinalParameters | Parameter ordered should be final. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| misc | FinalParameters | Parameter name should be final. | 79 | |
| misc | FinalParameters | Parameter description should be final. | 79 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 86 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 86 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 90 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 90 | |
| misc | FinalParameters | Parameter arg0 should be final. | 90 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 95 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 107 | |
| design | DesignForExtension | Method 'getQuestions' is not designed for extension - needs to be abstract, final or empty. | 112 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 118 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 128 | |
| design | DesignForExtension | Method 'setQuestions' is not designed for extension - needs to be abstract, final or empty. | 133 | |
| misc | FinalParameters | Parameter questions should be final. | 133 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 143 | |
| design | DesignForExtension | Method 'addQuestion' is not designed for extension - needs to be abstract, final or empty. | 148 | |
| misc | FinalParameters | Parameter question should be final. | 148 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 164 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 166 | |
| design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 169 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 173 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 175 | |
| javadoc | JavadocMethod | Unused @param tag for 'name'. | 176 | |
| design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 179 | |
| misc | FinalParameters | Parameter qName should be final. | 179 | |
| javadoc | JavadocMethod | Expected @param tag for 'qName'. | 179 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 180 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 184 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 186 | |
| design | DesignForExtension | Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 189 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 193 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 195 | |
| design | DesignForExtension | Method 'setDescription' is not designed for extension - needs to be abstract, final or empty. | 199 | |
| misc | FinalParameters | Parameter qDescription should be final. | 199 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 200 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 207 | |
| javadoc | JavadocMethod | Duplicate @return tag. | 209 | |
| design | DesignForExtension | Method 'isOrderedQuestions' is not designed for extension - needs to be abstract, final or empty. | 211 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 213 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 219 | |
| design | DesignForExtension | Method 'setOrderedQuestions' is not designed for extension - needs to be abstract, final or empty. | 223 | |
| misc | FinalParameters | Parameter isOrdered should be final. | 223 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 232 | |
| design | DesignForExtension | Method 'getNumberOfTotalQuestions' is not designed for extension - needs to be abstract, final or empty. | 235 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 244 | |
| javadoc | JavadocMethod | Duplicate @return tag. | 246 | |
| design | DesignForExtension | Method 'containsConditionalQuestion' is not designed for extension - needs to be abstract, final or empty. | 249 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 254 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 260 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 263 | |
| javadoc | JavadocMethod | Duplicate @return tag. | 265 | |
| design | DesignForExtension | Method 'containsMultiChoiceQuestion' is not designed for extension - needs to be abstract, final or empty. | 268 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 272 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 278 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 281 | |
| javadoc | JavadocMethod | Duplicate @return tag. | 283 | |
| design | DesignForExtension | Method 'containsSingleChoiceQuestion' is not designed for extension - needs to be abstract, final or empty. | 287 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 291 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 297 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 300 | |
| javadoc | JavadocMethod | Duplicate @return tag. | 302 | |
| design | DesignForExtension | Method 'containsQuestionWithMedia' is not designed for extension - needs to be abstract, final or empty. | 305 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 309 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 318 | |
| javadoc | JavadocMethod | Duplicate @return tag. | 320 | |
| design | DesignForExtension | Method 'getConditionalQuestions' is not designed for extension - needs to be abstract, final or empty. | 323 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 333 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 347 | |
| javadoc | JavadocMethod | Duplicate @return tag. | 349 | |
| design | DesignForExtension | Method 'getMultiChoiceQuestions' is not designed for extension - needs to be abstract, final or empty. | 352 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 357 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 361 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 374 | |
| javadoc | JavadocMethod | Duplicate @return tag. | 376 | |
| design | DesignForExtension | Method 'getSingleChoiceQuestions' is not designed for extension - needs to be abstract, final or empty. | 379 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 384 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 388 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 402 | |
| javadoc | JavadocMethod | Duplicate @return tag. | 404 | |
| design | DesignForExtension | Method 'getQuestionsWithImage' is not designed for extension - needs to be abstract, final or empty. | 407 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 412 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 416 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 428 | |
| javadoc | JavadocMethod | Duplicate @return tag. | 433 | |
| design | DesignForExtension | Method 'getNumberOfXQuestion' is not designed for extension - needs to be abstract, final or empty. | 435 | |
| misc | FinalParameters | Parameter uri should be final. | 435 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 458 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 460 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 462 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 464 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 466 | |
| design | DesignForExtension | Method 'writeASingleChoiceQuestion' is not designed for extension - needs to be abstract, final or empty. | 470 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 470 | |
| misc | FinalParameters | Parameter qWording should be final. | 470 | |
| misc | FinalParameters | Parameter answerType should be final. | 471 | |
| design | DesignForExtension | Method 'writeASingleChoiceQuestion' is not designed for extension - needs to be abstract, final or empty. | 478 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 478 | |
| misc | FinalParameters | Parameter qWording should be final. | 478 | |
| misc | FinalParameters | Parameter answerType should be final. | 479 | |
| misc | FinalParameters | Parameter choices should be final. | 479 | |
| design | DesignForExtension | Method 'writeASingleChoiceQuestion' is not designed for extension - needs to be abstract, final or empty. | 486 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 486 | |
| misc | FinalParameters | Parameter qWording should be final. | 486 | |
| misc | FinalParameters | Parameter correctAnswer should be final. | 487 | |
| misc | FinalParameters | Parameter answerType should be final. | 487 | |
| misc | FinalParameters | Parameter choices should be final. | 487 | |
| design | DesignForExtension | Method 'writeAMultiChoiceQuestion' is not designed for extension - needs to be abstract, final or empty. | 494 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 494 | |
| misc | FinalParameters | Parameter qWording should be final. | 494 | |
| misc | FinalParameters | Parameter answerType should be final. | 495 | |
| misc | FinalParameters | Parameter choices should be final. | 495 | |
| design | DesignForExtension | Method 'writeAMultiChoiceQuestion' is not designed for extension - needs to be abstract, final or empty. | 502 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 502 | |
| misc | FinalParameters | Parameter qWording should be final. | 502 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 503 | |
| misc | FinalParameters | Parameter correctAnswer should be final. | 503 | |
| misc | FinalParameters | Parameter answerType should be final. | 503 | |
| misc | FinalParameters | Parameter choices should be final. | 503 | |
| design | DesignForExtension | Method 'writeAConditionalQuestion' is not designed for extension - needs to be abstract, final or empty. | 510 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 510 | |
| misc | FinalParameters | Parameter qWording should be final. | 510 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 511 | |
| misc | FinalParameters | Parameter triggerAnswer should be final. | 511 | |
| misc | FinalParameters | Parameter dependingQuestion should be final. | 511 | |
| misc | FinalParameters | Parameter answerType should be final. | 511 | |
| design | DesignForExtension | Method 'writeAConditionalQuestion' is not designed for extension - needs to be abstract, final or empty. | 518 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 518 | |
| misc | FinalParameters | Parameter qWording should be final. | 518 | |
| misc | FinalParameters | Parameter triggerAnswer should be final. | 519 | |
| misc | FinalParameters | Parameter dependingQuestion should be final. | 519 | |
| misc | FinalParameters | Parameter answerType should be final. | 520 | |
| misc | FinalParameters | Parameter choices should be final. | 520 | |
| design | DesignForExtension | Method 'writeAConditionalQuestion' is not designed for extension - needs to be abstract, final or empty. | 527 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 527 | |
| misc | FinalParameters | Parameter qWording should be final. | 527 | |
| misc | FinalParameters | Parameter triggerAnswer should be final. | 528 | |
| misc | FinalParameters | Parameter dependingQuestion should be final. | 528 | |
| misc | FinalParameters | Parameter answerType should be final. | 529 | |
| misc | FinalParameters | Parameter choices should be final. | 529 | |
| misc | FinalParameters | Parameter correctAnswer should be final. | 529 | |
| design | DesignForExtension | Method 'writeAConditionalQuestion' is not designed for extension - needs to be abstract, final or empty. | 537 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 537 | |
| misc | FinalParameters | Parameter qWording should be final. | 537 | |
| misc | FinalParameters | Parameter triggerAnswer should be final. | 538 | |
| misc | FinalParameters | Parameter dependingQuestion should be final. | 538 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 539 | |
| misc | FinalParameters | Parameter answerType should be final. | 539 | |
| misc | FinalParameters | Parameter choices should be final. | 539 | |
| misc | FinalParameters | Parameter correctAnswer should be final. | 539 | |
| design | DesignForExtension | Method 'writeQuestionWithMedia' is not designed for extension - needs to be abstract, final or empty. | 547 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 547 | |
| misc | FinalParameters | Parameter image should be final. | 547 | |
| misc | FinalParameters | Parameter questionWording should be final. | 548 | |
| misc | FinalParameters | Parameter answerType should be final. | 548 | |
| design | DesignForExtension | Method 'writeQuestionWithMedia' is not designed for extension - needs to be abstract, final or empty. | 555 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 555 | |
| misc | FinalParameters | Parameter qWording should be final. | 555 | |
| misc | FinalParameters | Parameter answerType should be final. | 555 | |
| misc | FinalParameters | Parameter choices should be final. | 556 | |
| misc | FinalParameters | Parameter image should be final. | 556 | |
| design | DesignForExtension | Method 'writeQuestionWithMedia' is not designed for extension - needs to be abstract, final or empty. | 563 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 563 | |
| misc | FinalParameters | Parameter qWording should be final. | 563 | |
| misc | FinalParameters | Parameter correctAnswer should be final. | 564 | |
| misc | FinalParameters | Parameter answerType should be final. | 564 | |
| misc | FinalParameters | Parameter choices should be final. | 564 | |
| misc | FinalParameters | Parameter image should be final. | 565 | |
| design | DesignForExtension | Method 'writeQuestionWithMedia' is not designed for extension - needs to be abstract, final or empty. | 572 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 572 | |
| misc | FinalParameters | Parameter qWording should be final. | 572 | |
| misc | FinalParameters | Parameter correctAnswer should be final. | 573 | |
| misc | FinalParameters | Parameter answerType should be final. | 573 | |
| misc | FinalParameters | Parameter choices should be final. | 573 | |
| misc | FinalParameters | Parameter image should be final. | 574 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 581 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 583 | |
| design | DesignForExtension | Method 'questionnaireToString' is not designed for extension - needs to be abstract, final or empty. | 587 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 595 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 602 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 602 | |
| blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 607 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 610 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 616 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 45 | |
| sizes | MethodLength | Method length is 220 lines (max allowed is 150). | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 51 | |
| coding | MagicNumber | '6' is a magic number. | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 65 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 78 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 83 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 113 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 118 | |
| coding | MagicNumber | '3' is a magic number. | 123 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 125 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 132 | |
| coding | MagicNumber | '5' is a magic number. | 141 | |
| sizes | LineLength | Line is longer than 80 characters (found 198). | 143 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 150 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 159 | |
| coding | MagicNumber | '4' is a magic number. | 162 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 164 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 192 | |
| coding | MagicNumber | '8' is a magic number. | 195 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 209 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 214 | |
| coding | MagicNumber | '9' is a magic number. | 247 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 262 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| misc | FinalParameters | Parameter uri should be final. | 47 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| misc | FinalParameters | Parameter propURI should be final. | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 65 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 65 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 28 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| misc | FinalParameters | Parameter uri should be final. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| misc | FinalParameters | Parameter qWording should be final. | 49 | |
| javadoc | JavadocMethod | Expected @param tag for 'qWording'. | 49 | |
| misc | FinalParameters | Parameter answerType should be final. | 49 | |
| javadoc | JavadocMethod | Expected @param tag for 'answerType'. | 49 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| misc | FinalParameters | Parameter qWording should be final. | 63 | |
| javadoc | JavadocMethod | Expected @param tag for 'qWording'. | 63 | |
| misc | FinalParameters | Parameter answerType should be final. | 63 | |
| javadoc | JavadocMethod | Expected @param tag for 'answerType'. | 63 | |
| misc | FinalParameters | Parameter choices should be final. | 64 | |
| javadoc | JavadocMethod | Expected @param tag for 'choices'. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| misc | FinalParameters | Parameter qWording should be final. | 79 | |
| javadoc | JavadocMethod | Expected @param tag for 'qWording'. | 79 | |
| misc | FinalParameters | Parameter correctAnswer should be final. | 79 | |
| javadoc | JavadocMethod | Expected @param tag for 'correctAnswer'. | 79 | |
| misc | FinalParameters | Parameter answerType should be final. | 80 | |
| javadoc | JavadocMethod | Expected @param tag for 'answerType'. | 80 | |
| misc | FinalParameters | Parameter choices should be final. | 80 | |
| javadoc | JavadocMethod | Expected @param tag for 'choices'. | 80 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 84 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 84 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 88 | |
| misc | FinalParameters | Parameter arg0 should be final. | 88 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 92 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 92 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| misc | FinalParameters | Parameter uri should be final. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| misc | FinalParameters | Parameter saveIt should be final. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| misc | FinalParameters | Parameter uri should be final. | 45 | |
| misc | FinalParameters | Parameter saveIt should be final. | 45 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| misc | FinalParameters | Parameter arg0 should be final. | 54 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| design | DesignForExtension | Method 'isPersistent' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| design | DesignForExtension | Method 'setPersistent' is not designed for extension - needs to be abstract, final or empty. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| misc | FinalParameters | Parameter saveIt should be final. | 66 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| coding | MagicNumber | '100' is a magic number. | 39 | |
| coding | MagicNumber | '10000' is a magic number. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| misc | FinalParameters | Parameter uri should be final. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter uri should be final. | 51 | |
| misc | FinalParameters | Parameter fullQuery should be final. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| misc | FinalParameters | Parameter resultingEvent should be final. | 56 | |
| misc | FinalParameters | Parameter searchString should be final. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| misc | FinalParameters | Parameter uri should be final. | 62 | |
| misc | FinalParameters | Parameter resultingEvent should be final. | 62 | |
| misc | FinalParameters | Parameter searchString should be final. | 62 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 | |
| misc | FinalParameters | Parameter arg0 should be final. | 72 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 78 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| design | DesignForExtension | Method 'setFullQuery' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| misc | FinalParameters | Parameter query should be final. | 85 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 86 | |
| design | DesignForExtension | Method 'getResultingEvent' is not designed for extension - needs to be abstract, final or empty. | 90 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 90 | |
| design | DesignForExtension | Method 'setResultingEvent' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 94 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 95 | |
| design | DesignForExtension | Method 'getSearchString' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 99 | |
| design | DesignForExtension | Method 'setSearchString' is not designed for extension - needs to be abstract, final or empty. | 103 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 103 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 103 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 104 | |
| coding | EqualsHashCode | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 108 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 108 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 108 | |
| misc | FinalParameters | Parameter query should be final. | 108 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 109 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 118 | |
| design | DesignForExtension | Method 'getResultingQuery' is not designed for extension - needs to be abstract, final or empty. | 124 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 124 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 128 | |
| misc | FinalParameters | Parameter lineBreak should be final. | 128 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 129 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 185 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 57 | |
| naming | LocalVariableName | Name 'oci_Persistent' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 | |
| naming | LocalVariableName | Name 'oci_Situation' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 | |
| naming | LocalVariableName | Name 'oci_Query' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 60 | |
| naming | LocalVariableName | Name 'oci_Rule' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 | |
| naming | LocalVariableName | Name 'oci_SituationService' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 64 | |
| coding | MagicNumber | '3' is a magic number. | 65 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 123 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| misc | FinalParameters | Parameter uri should be final. | 42 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| misc | FinalParameters | Parameter arg0 should be final. | 50 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 55 | |
| design | DesignForExtension | Method 'getQuery' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 61 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 63 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 64 | |
| design | DesignForExtension | Method 'addQuery' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| misc | FinalParameters | Parameter newValue should be final. | 70 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 73 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 77 | |
| design | DesignForExtension | Method 'setQuery' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| misc | FinalParameters | Parameter propertyValue should be final. | 85 | |
| design | DesignForExtension | Method 'getRule' is not designed for extension - needs to be abstract, final or empty. | 93 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 93 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 95 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 97 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 98 | |
| design | DesignForExtension | Method 'addRule' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| misc | FinalParameters | Parameter newValue should be final. | 104 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 107 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 111 | |
| design | DesignForExtension | Method 'setRule' is not designed for extension - needs to be abstract, final or empty. | 119 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 119 | |
| misc | FinalParameters | Parameter propertyValue should be final. | 119 | |
| design | DesignForExtension | Method 'getSituation' is not designed for extension - needs to be abstract, final or empty. | 127 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 127 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 129 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 131 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 132 | |
| design | DesignForExtension | Method 'addSituation' is not designed for extension - needs to be abstract, final or empty. | 137 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 137 | |
| misc | FinalParameters | Parameter newValue should be final. | 137 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 140 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 144 | |
| design | DesignForExtension | Method 'setSituation' is not designed for extension - needs to be abstract, final or empty. | 152 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 152 | |
| misc | FinalParameters | Parameter propertyValue should be final. | 152 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 23 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| misc | FinalParameters | Parameter uri should be final. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| misc | FinalParameters | Parameter situation should be final. | 37 | |
| misc | FinalParameters | Parameter query should be final. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| misc | FinalParameters | Parameter uri should be final. | 43 | |
| misc | FinalParameters | Parameter situation should be final. | 43 | |
| misc | FinalParameters | Parameter query should be final. | 43 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| misc | FinalParameters | Parameter arg0 should be final. | 53 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| design | DesignForExtension | Method 'getQuery' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| design | DesignForExtension | Method 'setQuery' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| misc | FinalParameters | Parameter query should be final. | 65 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 66 | |
| design | DesignForExtension | Method 'getSituation' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| design | DesignForExtension | Method 'setSituation' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 74 | |
| misc | FinalParameters | Parameter situation should be final. | 74 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 75 | |
| coding | EqualsHashCode | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 79 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| misc | FinalParameters | Parameter rule should be final. | 79 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 86 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 23 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| misc | FinalParameters | Parameter uri should be final. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| misc | FinalParameters | Parameter subject should be final. | 40 | |
| misc | FinalParameters | Parameter predicate should be final. | 40 | |
| misc | FinalParameters | Parameter object should be final. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| misc | FinalParameters | Parameter uri should be final. | 47 | |
| misc | FinalParameters | Parameter subject should be final. | 47 | |
| misc | FinalParameters | Parameter predicate should be final. | 47 | |
| misc | FinalParameters | Parameter object should be final. | 47 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| misc | FinalParameters | Parameter arg0 should be final. | 58 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| design | DesignForExtension | Method 'getRdfSubject' is not designed for extension - needs to be abstract, final or empty. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| design | DesignForExtension | Method 'setRdfSubject' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 70 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 71 | |
| design | DesignForExtension | Method 'getRdfPredicate' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| design | DesignForExtension | Method 'setRdfPredicate' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 79 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 80 | |
| design | DesignForExtension | Method 'getRdfObject' is not designed for extension - needs to be abstract, final or empty. | 84 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 84 | |
| design | DesignForExtension | Method 'setRdfObject' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 88 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 88 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 89 | |
| coding | EqualsHashCode | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 93 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 93 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 93 | |
| misc | FinalParameters | Parameter situation should be final. | 93 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 97 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 101 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 55 | |
| naming | ConstantName | Name 'random' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 69 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 77 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 79 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 82 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 84 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 89 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 91 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 92 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 94 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| misc | FinalParameters | Parameter elementClass should be final. | 105 | |
| misc | FinalParameters | Parameter serializer should be final. | 106 | |
| coding | HiddenField | 'serializer' hides a field. | 106 | |
| misc | FinalParameters | Parameter rootPath should be final. | 106 | |
| design | DesignForExtension | Method 'saveElements' is not designed for extension - needs to be abstract, final or empty. | 113 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 113 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 114 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 115 | |
| design | DesignForExtension | Method 'save' is not designed for extension - needs to be abstract, final or empty. | 120 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 120 | |
| misc | FinalParameters | Parameter element should be final. | 120 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 122 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 132 | |
| misc | FinalParameters | Parameter element should be final. | 132 | |
| misc | FinalParameters | Parameter file should be final. | 132 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 134 | |
| design | DesignForExtension | Method 'getPersistentElementIndex' is not designed for extension - needs to be abstract, final or empty. | 151 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 151 | |
| misc | FinalParameters | Parameter element should be final. | 151 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 152 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 153 | |
| design | DesignForExtension | Method 'loadElements' is not designed for extension - needs to be abstract, final or empty. | 158 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 158 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 160 | |
| design | DesignForExtension | Method 'load' is not designed for extension - needs to be abstract, final or empty. | 164 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 164 | |
| misc | FinalParameters | Parameter file should be final. | 165 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 166 | |
| design | DesignForExtension | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 189 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 189 | |
| misc | FinalParameters | Parameter element should be final. | 189 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 190 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 193 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 196 | |
| design | DesignForExtension | Method 'remove' is not designed for extension - needs to be abstract, final or empty. | 211 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 211 | |
| misc | FinalParameters | Parameter dElement should be final. | 211 | |
| design | DesignForExtension | Method 'getElement' is not designed for extension - needs to be abstract, final or empty. | 235 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 235 | |
| misc | FinalParameters | Parameter uri should be final. | 235 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 236 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 237 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 239 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 240 | |
| design | DesignForExtension | Method 'getElement' is not designed for extension - needs to be abstract, final or empty. | 245 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 245 | |
| misc | FinalParameters | Parameter compareElement should be final. | 245 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 246 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 247 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 249 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 250 | |
| design | DesignForExtension | Method 'getElements' is not designed for extension - needs to be abstract, final or empty. | 255 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 255 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 258 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 42 | |
| misc | FinalParameters | Parameter uri should be final. | 42 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| misc | FinalParameters | Parameter propURI should be final. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.universAAL.middleware.ui.rdf.FormControl. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| misc | FinalParameters | Parameter uri should be final. | 47 | |
| javadoc | JavadocMethod | Expected @param tag for 'uri'. | 47 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| misc | FinalParameters | Parameter propURI should be final. | 56 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 39 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 40 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 46 | |
| misc | FinalParameters | Parameter cols should be final. | 46 | |
| misc | FinalParameters | Parameter rows should be final. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 51 | |
| misc | FinalParameters | Parameter uri should be final. | 51 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| misc | FinalParameters | Parameter propURI should be final. | 59 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| design | DesignForExtension | Method 'getColCount' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| design | DesignForExtension | Method 'setCols' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| misc | FinalParameters | Parameter col should be final. | 79 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| design | DesignForExtension | Method 'getRowCount' is not designed for extension - needs to be abstract, final or empty. | 84 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 84 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 | |
| design | DesignForExtension | Method 'setRows' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 88 | |
| misc | FinalParameters | Parameter col should be final. | 88 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 88 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 12 | |
| imports | UnusedImports | Unused import - org.universAAL.middleware.ui.rdf.FormControl. | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 61 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 63 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 65 | |
| design | VisibilityModifier | Variable 'left' must be private and have accessor methods. | 65 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 66 | |
| design | VisibilityModifier | Variable 'center' must be private and have accessor methods. | 66 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 67 | |
| design | VisibilityModifier | Variable 'right' must be private and have accessor methods. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 74 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 74 | |
| misc | FinalParameters | Parameter uri should be final. | 74 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 78 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 82 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 82 | |
| misc | FinalParameters | Parameter propURI should be final. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 87 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 87 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 50 | |
| misc | FinalParameters | Parameter uri should be final. | 50 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| misc | FinalParameters | Parameter propURI should be final. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 41 | |
| misc | FinalParameters | Parameter uri should be final. | 41 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| misc | FinalParameters | Parameter propURI should be final. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.universAAL.middleware.ui.rdf.FormControl. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 29 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| whitespace | WhitespaceAround | '{' is not followed by whitespace. | 41 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 41 | |
| misc | FinalParameters | Parameter width should be final. | 48 | |
| javadoc | JavadocMethod | Expected @param tag for 'width'. | 48 | |
| misc | FinalParameters | Parameter height should be final. | 48 | |
| javadoc | JavadocMethod | Expected @param tag for 'height'. | 48 | |
| misc | FinalParameters | Parameter unit should be final. | 48 | |
| javadoc | JavadocMethod | Expected @param tag for 'unit'. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| misc | FinalParameters | Parameter uri should be final. | 55 | |
| javadoc | JavadocMethod | Expected @param tag for 'uri'. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.universAAL.middleware.ui.rdf.FormControl. | 19 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 29 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| whitespace | WhitespaceAround | '{' is not followed by whitespace. | 41 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 41 | |
| misc | FinalParameters | Parameter width should be final. | 48 | |
| javadoc | JavadocMethod | Expected @param tag for 'width'. | 48 | |
| misc | FinalParameters | Parameter height should be final. | 48 | |
| javadoc | JavadocMethod | Expected @param tag for 'height'. | 48 | |
| misc | FinalParameters | Parameter unit should be final. | 48 | |
| javadoc | JavadocMethod | Expected @param tag for 'unit'. | 48 | |
| misc | FinalParameters | Parameter uri should be final. | 55 | |
| javadoc | JavadocMethod | Expected @param tag for 'uri'. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.universAAL.middleware.ui.UIHandler. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| whitespace | WhitespaceAround | '{' is not followed by whitespace. | 34 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 34 | |
| misc | FinalParameters | Parameter width should be final. | 41 | |
| javadoc | JavadocMethod | Expected @param tag for 'width'. | 41 | |
| misc | FinalParameters | Parameter height should be final. | 41 | |
| javadoc | JavadocMethod | Expected @param tag for 'height'. | 41 | |
| misc | FinalParameters | Parameter unit should be final. | 41 | |
| javadoc | JavadocMethod | Expected @param tag for 'unit'. | 41 | |
| misc | FinalParameters | Parameter uri should be final. | 48 | |
| javadoc | JavadocMethod | Expected @param tag for 'uri'. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| sizes | MethodLength | Method length is 151 lines (max allowed is 150). | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 54 | |
| naming | LocalVariableName | Name 'oci_VisualRecommendation' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 56 | |
| naming | LocalVariableName | Name 'oci_ScriptRecommendation' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 58 | |
| naming | LocalVariableName | Name 'oci_Layout' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 | |
| naming | LocalVariableName | Name 'oci_Alignment' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 61 | |
| naming | LocalVariableName | Name 'oci_SizeUnit' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 62 | |
| naming | LocalVariableName | Name 'oci_Size' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 64 | |
| naming | LocalVariableName | Name 'oci_VerticalLayout' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 65 | |
| naming | LocalVariableName | Name 'oci_HorizontalLayout' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 69 | |
| naming | LocalVariableName | Name 'oci_HorizontalAlignment' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 69 | |
| naming | LocalVariableName | Name 'oci_GridLayout' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 71 | |
| coding | MagicNumber | '3' is a magic number. | 72 | |
| naming | LocalVariableName | Name 'oci_VerticalAlignment' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 73 | |
| coding | MagicNumber | '4' is a magic number. | 74 | |
| naming | LocalVariableName | Name 'oci_maxSize' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 75 | |
| coding | MagicNumber | '5' is a magic number. | 76 | |
| naming | LocalVariableName | Name 'oci_minSize' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 77 | |
| coding | MagicNumber | '6' is a magic number. | 78 | |
| naming | LocalVariableName | Name 'oci_prefSize' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 79 | |
| coding | MagicNumber | '7' is a magic number. | 80 | |
| naming | LocalVariableName | Name 'oci_CSS' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 81 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 82 | |
| coding | MagicNumber | '8' is a magic number. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 96 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 100 | |
| sizes | LineLength | Line is longer than 80 characters (found 160). | 111 | |
| sizes | LineLength | Line is longer than 80 characters (found 158). | 113 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 115 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 116 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 120 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 124 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 125 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 128 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 129 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 133 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 136 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 138 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 139 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 140 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 142 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 143 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 145 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 148 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 150 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 151 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 152 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 154 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 155 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 156 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 160 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 161 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 164 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 172 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 173 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 179 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 181 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 182 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 184 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 186 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 188 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 189 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 191 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 193 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 195 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 52 | |
| misc | FinalParameters | Parameter uri should be final. | 52 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| misc | FinalParameters | Parameter propURI should be final. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| design | DesignForExtension | Method 'setContent' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| misc | FinalParameters | Parameter content should be final. | 68 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| design | DesignForExtension | Method 'getContent' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 53 | |
| misc | FinalParameters | Parameter width should be final. | 53 | |
| misc | FinalParameters | Parameter height should be final. | 53 | |
| misc | FinalParameters | Parameter unit should be final. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 60 | |
| misc | FinalParameters | Parameter uri should be final. | 60 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| misc | FinalParameters | Parameter propURI should be final. | 68 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 69 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| design | DesignForExtension | Method 'getHeight' is not designed for extension - needs to be abstract, final or empty. | 83 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 83 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| design | DesignForExtension | Method 'setHeight' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 88 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 88 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| design | DesignForExtension | Method 'getWidth' is not designed for extension - needs to be abstract, final or empty. | 92 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 92 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 94 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| design | DesignForExtension | Method 'setWidth' is not designed for extension - needs to be abstract, final or empty. | 97 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 97 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 97 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| design | DesignForExtension | Method 'getUnits' is not designed for extension - needs to be abstract, final or empty. | 101 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 101 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 101 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 104 | |
| design | DesignForExtension | Method 'setUnits' is not designed for extension - needs to be abstract, final or empty. | 105 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 105 | |
| misc | FinalParameters | Parameter unit should be final. | 105 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 105 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 28 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| design | FinalClass | Class SizeUnit should be declared as final. | 39 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 | |
| naming | ConstantName | Name 'names' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 48 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| naming | ConstantName | Name 'absolute' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 51 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 51 | |
| naming | ConstantName | Name 'screenRelative' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 52 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 52 | |
| naming | ConstantName | Name 'ParentRelative' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 52 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| misc | FinalParameters | Parameter order should be final. | 56 | |
| coding | HiddenField | 'order' hides a field. | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 62 | |
| javadoc | JavadocMethod | Expected an @return tag. | 65 | |
| misc | FinalParameters | Parameter propURI should be final. | 65 | |
| javadoc | JavadocMethod | Expected @param tag for 'propURI'. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 74 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 78 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 82 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 93 | |
| javadoc | JavadocMethod | Expected an @return tag. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 98 | |
| misc | FinalParameters | Parameter order should be final. | 98 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 111 | |
| misc | FinalParameters | Parameter name should be final. | 111 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 112 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 115 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 116 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 118 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 119 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 12 | |
| imports | UnusedImports | Unused import - org.universAAL.middleware.ui.rdf.FormControl. | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 59 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 60 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 61 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 63 | |
| design | VisibilityModifier | Variable 'top' must be private and have accessor methods. | 63 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 64 | |
| design | VisibilityModifier | Variable 'middle' must be private and have accessor methods. | 64 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 65 | |
| design | VisibilityModifier | Variable 'bottom' must be private and have accessor methods. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 73 | |
| misc | FinalParameters | Parameter uri should be final. | 73 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| misc | FinalParameters | Parameter propURI should be final. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 86 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 86 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 48 | |
| misc | FinalParameters | Parameter uri should be final. | 48 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| misc | FinalParameters | Parameter propURI should be final. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 49 | |
| misc | FinalParameters | Parameter uri should be final. | 49 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| misc | FinalParameters | Parameter propURI should be final. | 57 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| design | DesignForExtension | Method 'getData' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| design | DesignForExtension | Method 'setData' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| imports | UnusedImports | Unused import - java.util.ArrayList. | 18 | |
| imports | UnusedImports | Unused import - java.util.Collection. | 19 | |
| imports | UnusedImports | Unused import - java.util.List. | 20 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 32 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| misc | FinalParameters | Parameter uri should be final. | 45 | |
| javadoc | JavadocMethod | Expected @param tag for 'uri'. | 45 | |
| misc | FinalParameters | Parameter uriPrefix should be final. | 53 | |
| javadoc | JavadocMethod | Expected @param tag for 'uriPrefix'. | 53 | |
| misc | FinalParameters | Parameter numProps should be final. | 53 | |
| javadoc | JavadocMethod | Expected @param tag for 'numProps'. | 53 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| misc | FinalParameters | Parameter propURI should be final. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| design | DesignForExtension | Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| misc | FinalParameters | Parameter propURI should be final. | 68 | |
| misc | FinalParameters | Parameter value should be final. | 68 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 69 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 70 | |
| design | DesignForExtension | Method 'addAccessType' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| misc | FinalParameters | Parameter at should be final. | 75 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 75 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 78 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 80 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 80 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| design | DesignForExtension | Method 'removeAccessType' is not designed for extension - needs to be abstract, final or empty. | 87 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 87 | |
| misc | FinalParameters | Parameter at should be final. | 87 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 87 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 89 | |
| design | DesignForExtension | Method 'setAccessTo' is not designed for extension - needs to be abstract, final or empty. | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 95 | |
| misc | FinalParameters | Parameter te should be final. | 95 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 95 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 98 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| design | FinalClass | Class AccessType should be declared as final. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 25 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| naming | ConstantName | Name 'names' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 33 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 33 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 34 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 34 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 34 | |
| naming | ConstantName | Name 'read' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| naming | ConstantName | Name 'change' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| naming | ConstantName | Name 'add' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| naming | ConstantName | Name 'remove' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 54 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| misc | FinalParameters | Parameter order should be final. | 58 | |
| coding | HiddenField | 'order' hides a field. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| misc | FinalParameters | Parameter propURI should be final. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 83 | |
| misc | FinalParameters | Parameter order should be final. | 83 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 98 | |
| misc | FinalParameters | Parameter name should be final. | 98 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 99 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 102 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 105 | |
| coding | MagicNumber | '3' is a magic number. | 105 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 106 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 29 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| misc | FinalParameters | Parameter uri should be final. | 42 | |
| javadoc | JavadocMethod | Expected @param tag for 'uri'. | 42 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| misc | FinalParameters | Parameter uriPrefix should be final. | 55 | |
| javadoc | JavadocMethod | Expected @param tag for 'uriPrefix'. | 55 | |
| misc | FinalParameters | Parameter numProps should be final. | 55 | |
| javadoc | JavadocMethod | Expected @param tag for 'numProps'. | 55 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| misc | FinalParameters | Parameter arg0 should be final. | 60 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 84). | 3 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 34 | |
| misc | FinalParameters | Parameter uri should be final. | 45 | |
| javadoc | JavadocMethod | Expected @param tag for 'uri'. | 45 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 50 | |
| javadoc | JavadocMethod | Expected an @return tag. | 51 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 55 | |
| javadoc | JavadocMethod | Expected an @return tag. | 56 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 60 | |
| javadoc | JavadocMethod | Expected an @return tag. | 61 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| misc | FinalParameters | Parameter propURI should be final. | 61 | |
| javadoc | JavadocMethod | Expected @param tag for 'propURI'. | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 62 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 25 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 25 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 26 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| misc | FinalParameters | Parameter uri should be final. | 37 | |
| javadoc | JavadocMethod | Expected @param tag for 'uri'. | 37 | |
| misc | FinalParameters | Parameter uriPrefix should be final. | 45 | |
| javadoc | JavadocMethod | Expected @param tag for 'uriPrefix'. | 45 | |
| misc | FinalParameters | Parameter numProps should be final. | 45 | |
| javadoc | JavadocMethod | Expected @param tag for 'numProps'. | 45 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| misc | FinalParameters | Parameter propURI should be final. | 50 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 84). | 3 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 34 | |
| misc | FinalParameters | Parameter uri should be final. | 45 | |
| javadoc | JavadocMethod | Expected @param tag for 'uri'. | 45 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 50 | |
| javadoc | JavadocMethod | Expected an @return tag. | 51 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 55 | |
| javadoc | JavadocMethod | Expected an @return tag. | 56 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 60 | |
| javadoc | JavadocMethod | Expected an @return tag. | 61 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| misc | FinalParameters | Parameter propURI should be final. | 61 | |
| javadoc | JavadocMethod | Expected @param tag for 'propURI'. | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 62 | |
| whitespace | WhitespaceAround | '||' is not preceded with whitespace. | 62 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 84). | 3 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 34 | |
| misc | FinalParameters | Parameter uri should be final. | 45 | |
| javadoc | JavadocMethod | Expected @param tag for 'uri'. | 45 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 50 | |
| javadoc | JavadocMethod | Expected an @return tag. | 51 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 55 | |
| javadoc | JavadocMethod | Expected an @return tag. | 56 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 60 | |
| javadoc | JavadocMethod | Expected an @return tag. | 61 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| misc | FinalParameters | Parameter propURI should be final. | 61 | |
| javadoc | JavadocMethod | Expected @param tag for 'propURI'. | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 62 | |
| whitespace | WhitespaceAround | '||' is not preceded with whitespace. | 62 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 84). | 3 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 32 | |
| misc | FinalParameters | Parameter uri should be final. | 43 | |
| javadoc | JavadocMethod | Expected @param tag for 'uri'. | 43 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 48 | |
| javadoc | JavadocMethod | Expected an @return tag. | 49 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 53 | |
| javadoc | JavadocMethod | Expected an @return tag. | 54 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 58 | |
| javadoc | JavadocMethod | Expected an @return tag. | 59 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| misc | FinalParameters | Parameter propURI should be final. | 59 | |
| javadoc | JavadocMethod | Expected @param tag for 'propURI'. | 59 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 26 | |
| sizes | LineLength | Line is longer than 80 characters (found 139). | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 38 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| misc | FinalParameters | Parameter uri should be final. | 53 | |
| javadoc | JavadocMethod | Expected @param tag for 'uri'. | 53 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 55 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| misc | FinalParameters | Parameter propURI should be final. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 64 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 64 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| design | DesignForExtension | Method 'addCompetenceRole' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| misc | FinalParameters | Parameter role should be final. | 77 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 77 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 79 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 79 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 79 | |
| blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 81 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 82 | |
| blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 87 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 88 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 84). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 31 | |
| misc | FinalParameters | Parameter uri should be final. | 42 | |
| javadoc | JavadocMethod | Expected @param tag for 'uri'. | 42 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 47 | |
| javadoc | JavadocMethod | Expected an @return tag. | 48 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 52 | |
| javadoc | JavadocMethod | Expected an @return tag. | 53 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 57 | |
| javadoc | JavadocMethod | Expected an @return tag. | 58 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| misc | FinalParameters | Parameter propURI should be final. | 58 | |
| javadoc | JavadocMethod | Expected @param tag for 'propURI'. | 58 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 59 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 25 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| misc | FinalParameters | Parameter uri should be final. | 38 | |
| javadoc | JavadocMethod | Expected @param tag for 'uri'. | 38 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 42 | |
| javadoc | JavadocMethod | Expected an @return tag. | 43 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 47 | |
| javadoc | JavadocMethod | Expected an @return tag. | 48 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 52 | |
| javadoc | JavadocMethod | Expected an @return tag. | 53 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| misc | FinalParameters | Parameter propURI should be final. | 53 | |
| javadoc | JavadocMethod | Expected @param tag for 'propURI'. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 87). | 23 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 24 | |
| misc | FinalParameters | Parameter uri should be final. | 35 | |
| javadoc | JavadocMethod | Expected @param tag for 'uri'. | 35 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 39 | |
| javadoc | JavadocMethod | Expected an @return tag. | 40 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 44 | |
| javadoc | JavadocMethod | Expected an @return tag. | 45 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 49 | |
| javadoc | JavadocMethod | Expected an @return tag. | 50 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| misc | FinalParameters | Parameter propURI should be final. | 50 | |
| javadoc | JavadocMethod | Expected @param tag for 'propURI'. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 87). | 23 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 25 | |
| misc | FinalParameters | Parameter uri should be final. | 36 | |
| javadoc | JavadocMethod | Expected @param tag for 'uri'. | 36 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 40 | |
| javadoc | JavadocMethod | Expected an @return tag. | 41 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 45 | |
| javadoc | JavadocMethod | Expected an @return tag. | 46 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 50 | |
| javadoc | JavadocMethod | Expected an @return tag. | 51 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| misc | FinalParameters | Parameter propURI should be final. | 51 | |
| javadoc | JavadocMethod | Expected @param tag for 'propURI'. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 84). | 3 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 31 | |
| misc | FinalParameters | Parameter uri should be final. | 42 | |
| javadoc | JavadocMethod | Expected @param tag for 'uri'. | 42 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 47 | |
| javadoc | JavadocMethod | Expected an @return tag. | 48 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 52 | |
| javadoc | JavadocMethod | Expected an @return tag. | 53 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 57 | |
| javadoc | JavadocMethod | Expected an @return tag. | 58 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| misc | FinalParameters | Parameter propURI should be final. | 58 | |
| javadoc | JavadocMethod | Expected @param tag for 'propURI'. | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 84). | 3 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| misc | FinalParameters | Parameter uri should be final. | 49 | |
| javadoc | JavadocMethod | Expected @param tag for 'uri'. | 49 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 54 | |
| javadoc | JavadocMethod | Expected an @return tag. | 55 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 59 | |
| javadoc | JavadocMethod | Expected an @return tag. | 60 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 64 | |
| javadoc | JavadocMethod | Expected an @return tag. | 65 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| misc | FinalParameters | Parameter propURI should be final. | 65 | |
| javadoc | JavadocMethod | Expected @param tag for 'propURI'. | 65 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| design | DesignForExtension | Method 'addFactor' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 | |
| misc | FinalParameters | Parameter f should be final. | 72 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 72 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 74 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 75 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 75 | |
| blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 76 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 77 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 78 | |
| blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 | |
| design | DesignForExtension | Method 'getFactors' is not designed for extension - needs to be abstract, final or empty. | 89 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 89 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 89 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 91 | |
| blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 93 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 94 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 95 | |
| blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 96 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 90). | 25 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 27 | |
| misc | FinalParameters | Parameter uri should be final. | 38 | |
| javadoc | JavadocMethod | Expected @param tag for 'uri'. | 38 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 42 | |
| javadoc | JavadocMethod | Expected an @return tag. | 43 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 47 | |
| javadoc | JavadocMethod | Expected an @return tag. | 48 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 52 | |
| javadoc | JavadocMethod | Expected an @return tag. | 53 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| misc | FinalParameters | Parameter propURI should be final. | 53 | |
| javadoc | JavadocMethod | Expected @param tag for 'propURI'. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| sizes | LineLength | Line is longer than 80 characters (found 87). | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 28 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| misc | FinalParameters | Parameter uri should be final. | 43 | |
| javadoc | JavadocMethod | Expected @param tag for 'uri'. | 43 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 47 | |
| javadoc | JavadocMethod | Expected an @return tag. | 48 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 52 | |
| javadoc | JavadocMethod | Expected an @return tag. | 53 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 58 | |
| javadoc | JavadocMethod | Expected an @return tag. | 59 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| misc | FinalParameters | Parameter propURI should be final. | 59 | |
| javadoc | JavadocMethod | Expected @param tag for 'propURI'. | 59 | |
| whitespace | WhitespaceAround | '||' is not followed by whitespace. | 61 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| design | DesignForExtension | Method 'getPassword' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 67 | |
| design | DesignForExtension | Method 'getDigestAlgorithm' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| design | DesignForExtension | Method 'setpassword' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 74 | |
| misc | FinalParameters | Parameter value should be final. | 74 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 74 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 75 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| design | DesignForExtension | Method 'setDigestAlgorithm' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 80 | |
| misc | FinalParameters | Parameter value should be final. | 80 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 80 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 81 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 81 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 88). | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 26 | |
| misc | FinalParameters | Parameter uri should be final. | 37 | |
| javadoc | JavadocMethod | Expected @param tag for 'uri'. | 37 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 41 | |
| javadoc | JavadocMethod | Expected an @return tag. | 42 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 46 | |
| javadoc | JavadocMethod | Expected an @return tag. | 47 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 51 | |
| javadoc | JavadocMethod | Expected an @return tag. | 52 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| misc | FinalParameters | Parameter propURI should be final. | 52 | |
| javadoc | JavadocMethod | Expected @param tag for 'propURI'. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 29 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| misc | FinalParameters | Parameter uri should be final. | 41 | |
| javadoc | JavadocMethod | Expected @param tag for 'uri'. | 41 | |
| misc | FinalParameters | Parameter uriPrefix should be final. | 49 | |
| javadoc | JavadocMethod | Expected @param tag for 'uriPrefix'. | 49 | |
| misc | FinalParameters | Parameter numProps should be final. | 49 | |
| javadoc | JavadocMethod | Expected @param tag for 'numProps'. | 49 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| misc | FinalParameters | Parameter propURI should be final. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| design | DesignForExtension | Method 'getAllAccessRights' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| misc | FinalParameters | Parameter visited should be final. | 67 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 72 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 75 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 76 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 82 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 83 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 83 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 85 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 86 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 89 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| design | DesignForExtension | Method 'addAccessRight' is not designed for extension - needs to be abstract, final or empty. | 97 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 97 | |
| misc | FinalParameters | Parameter ar should be final. | 97 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 97 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 99 | |
| blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 101 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 102 | |
| blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 107 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 108 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 113 | |
| design | DesignForExtension | Method 'removeAccessRight' is not designed for extension - needs to be abstract, final or empty. | 114 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 114 | |
| misc | FinalParameters | Parameter ar should be final. | 114 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 116 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 116 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 116 | |
| blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 118 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 119 | |
| blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 121 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 122 | |
| design | DesignForExtension | Method 'addSubRole' is not designed for extension - needs to be abstract, final or empty. | 128 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 128 | |
| misc | FinalParameters | Parameter subrole should be final. | 128 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 128 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 130 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 130 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 130 | |
| blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 132 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 133 | |
| blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 138 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 139 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 143 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 145 | |
| design | DesignForExtension | Method 'removeSubRole' is not designed for extension - needs to be abstract, final or empty. | 146 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 146 | |
| misc | FinalParameters | Parameter subrole should be final. | 146 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 146 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 148 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 148 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 148 | |
| blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 150 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 151 | |
| blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 153 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 154 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 84). | 3 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 33 | |
| misc | FinalParameters | Parameter uri should be final. | 44 | |
| javadoc | JavadocMethod | Expected @param tag for 'uri'. | 44 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 49 | |
| javadoc | JavadocMethod | Expected an @return tag. | 50 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 54 | |
| javadoc | JavadocMethod | Expected an @return tag. | 55 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 59 | |
| javadoc | JavadocMethod | Expected an @return tag. | 60 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| misc | FinalParameters | Parameter propURI should be final. | 60 | |
| javadoc | JavadocMethod | Expected @param tag for 'propURI'. | 60 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 49 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 52 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 55 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| sizes | MethodLength | Method length is 349 lines (max allowed is 150). | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 71 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 72 | |
| naming | LocalVariableName | Name 'oci_credentials' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 72 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 72 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 72 | |
| coding | MagicNumber | '16' is a magic number. | 72 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 74 | |
| naming | LocalVariableName | Name 'oci_session' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 74 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 74 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 74 | |
| coding | MagicNumber | '17' is a magic number. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 77 | |
| naming | LocalVariableName | Name 'oci_Factor' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 80 | |
| naming | LocalVariableName | Name 'oci_KnowledgeF' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 80 | |
| sizes | LineLength | Line is longer than 80 characters (found 157). | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 86 | |
| naming | LocalVariableName | Name 'oci_PossessionF' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 86 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 90 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 90 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 91 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 91 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 92 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 92 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 96 | |
| naming | LocalVariableName | Name 'oci_InherenceF' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 96 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 98 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 98 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 101 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 102 | |
| naming | LocalVariableName | Name 'oci_asset' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 102 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 104 | |
| naming | LocalVariableName | Name 'oci_accessType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 104 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 106 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 107 | |
| naming | LocalVariableName | Name 'oci_anonymizable' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 107 | |
| coding | MagicNumber | '15' is a magic number. | 107 | |
| sizes | LineLength | Line is longer than 80 characters (found 184). | 110 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 111 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 112 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 114 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 116 | |
| naming | LocalVariableName | Name 'oci_up' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 116 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 118 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 119 | |
| naming | LocalVariableName | Name 'oci_userPass' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 120 | |
| naming | LocalVariableName | Name 'oci_devSession' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 122 | |
| naming | LocalVariableName | Name 'oci_locSession' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 124 | |
| naming | LocalVariableName | Name 'oci_sessionService' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 126 | |
| coding | MagicNumber | '3' is a magic number. | 127 | |
| naming | LocalVariableName | Name 'oci_authService' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 128 | |
| coding | MagicNumber | '4' is a magic number. | 129 | |
| naming | LocalVariableName | Name 'oci_secProf' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 130 | |
| coding | MagicNumber | '5' is a magic number. | 131 | |
| naming | LocalVariableName | Name 'oci_multFactorCred' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 132 | |
| coding | MagicNumber | '6' is a magic number. | 133 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 134 | |
| naming | LocalVariableName | Name 'oci_passwd' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 134 | |
| coding | MagicNumber | '7' is a magic number. | 135 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 136 | |
| naming | LocalVariableName | Name 'oci_otp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 136 | |
| coding | MagicNumber | '8' is a magic number. | 137 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 138 | |
| naming | LocalVariableName | Name 'oci_role' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 138 | |
| coding | MagicNumber | '9' is a magic number. | 138 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 139 | |
| naming | LocalVariableName | Name 'oci_AccessRight' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 139 | |
| coding | MagicNumber | '10' is a magic number. | 139 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 140 | |
| naming | LocalVariableName | Name 'oci_authorizationService' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 140 | |
| coding | MagicNumber | '11' is a magic number. | 140 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 141 | |
| naming | LocalVariableName | Name 'oci_delegationForm' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 141 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 141 | |
| coding | MagicNumber | '12' is a magic number. | 141 | |
| naming | LocalVariableName | Name 'oci_roleMngService' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 142 | |
| coding | MagicNumber | '13' is a magic number. | 143 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 144 | |
| naming | LocalVariableName | Name 'oci_anonymizationService' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 144 | |
| coding | MagicNumber | '14' is a magic number. | 144 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 145 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 150 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 156 | |
| sizes | LineLength | Line is longer than 80 characters (found 155). | 163 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 168 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 170 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 172 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 177 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 181 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 183 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 184 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 192 | |
| sizes | LineLength | Line is longer than 80 characters (found 160). | 194 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 200 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 204 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 208 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 209 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 210 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 212 | |
| naming | LocalVariableName | Name 'oci_keyring' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 212 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 218 | |
| sizes | LineLength | Line is longer than 80 characters (found 143). | 222 | |
| sizes | LineLength | Line is longer than 80 characters (found 156). | 224 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 225 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 229 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 231 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 231 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 233 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 234 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 237 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 243 | |
| sizes | LineLength | Line is longer than 80 characters (found 162). | 247 | |
| sizes | LineLength | Line is longer than 80 characters (found 158). | 249 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 249 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 249 | |
| coding | MagicNumber | '4' is a magic number. | 249 | |
| sizes | LineLength | Line is longer than 80 characters (found 160). | 251 | |
| sizes | LineLength | Line is longer than 80 characters (found 158). | 252 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 253 | |
| sizes | LineLength | Line is longer than 80 characters (found 191). | 260 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 261 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 262 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 263 | |
| sizes | LineLength | Line is longer than 80 characters (found 157). | 264 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 265 | |
| sizes | LineLength | Line is longer than 80 characters (found 171). | 266 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 268 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 272 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 273 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 277 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 280 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 284 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 288 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 293 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 297 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 301 | |
| sizes | LineLength | Line is longer than 80 characters (found 152). | 306 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 310 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 311 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 312 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 314 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 316 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 317 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 318 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 324 | |
| naming | LocalVariableName | Name 'oci_user' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 324 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 328 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 333 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 338 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 346 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 350 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 353 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 356 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 359 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 361 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 362 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 365 | |
| sizes | LineLength | Line is longer than 80 characters (found 139). | 366 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 367 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 369 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 370 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 372 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 375 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 377 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 380 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 382 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 384 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 385 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 387 | |
| sizes | LineLength | Line is longer than 80 characters (found 160). | 388 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 389 | |
| sizes | LineLength | Line is longer than 80 characters (found 177). | 390 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 394 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 398 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 400 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 402 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 408 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 84). | 3 | |
| imports | UnusedImports | Unused import - org.universAAL.middleware.owl.ManagedIndividual. | 25 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 45 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| misc | FinalParameters | Parameter uri should be final. | 58 | |
| javadoc | JavadocMethod | Expected @param tag for 'uri'. | 58 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 63 | |
| javadoc | JavadocMethod | Expected an @return tag. | 64 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 68 | |
| javadoc | JavadocMethod | Expected an @return tag. | 69 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 73 | |
| javadoc | JavadocMethod | Expected an @return tag. | 74 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| misc | FinalParameters | Parameter propURI should be final. | 74 | |
| javadoc | JavadocMethod | Expected @param tag for 'propURI'. | 74 | |
| design | DesignForExtension | Method 'getCredentials' is not designed for extension - needs to be abstract, final or empty. | 78 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 78 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 78 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| blocks | RightCurly | '}' at column 6 should be on the same line as the next part of a multi-block statement. | 82 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| design | DesignForExtension | Method 'addCredential' is not designed for extension - needs to be abstract, final or empty. | 91 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 91 | |
| misc | FinalParameters | Parameter cred should be final. | 91 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 91 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 92 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 96 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 97 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 98 | |
| blocks | RightCurly | '}' at column 6 should be on the same line as the next part of a multi-block statement. | 98 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 99 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 102 | |
| design | DesignForExtension | Method 'addrole' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| misc | FinalParameters | Parameter r should be final. | 110 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 111 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 115 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 116 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 117 | |
| blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 117 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 118 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 121 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 129 | |
| design | DesignForExtension | Method 'getRoles' is not designed for extension - needs to be abstract, final or empty. | 130 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 130 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 130 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 132 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 134 | |
| blocks | RightCurly | '}' at column 6 should be on the same line as the next part of a multi-block statement. | 134 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 135 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 142 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 143 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 145 | |
| design | DesignForExtension | Method 'initialiseDefaultRolesForUser' is not designed for extension - needs to be abstract, final or empty. | 147 | |
| misc | FinalParameters | Parameter u should be final. | 147 | |
| javadoc | JavadocMethod | Expected @param tag for 'u'. | 147 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 147 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 150 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 152 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 156 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 159 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 160 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 84). | 3 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| design | VisibilityModifier | Variable 'invalid' must be private and have accessor methods. | 39 | |
| misc | FinalParameters | Parameter uri should be final. | 50 | |
| javadoc | JavadocMethod | Expected @param tag for 'uri'. | 50 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 55 | |
| javadoc | JavadocMethod | Expected an @return tag. | 56 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 60 | |
| javadoc | JavadocMethod | Expected an @return tag. | 61 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 65 | |
| javadoc | JavadocMethod | Expected an @return tag. | 66 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 66 | |
| misc | FinalParameters | Parameter propURI should be final. | 66 | |
| javadoc | JavadocMethod | Expected @param tag for 'propURI'. | 66 | |
| design | DesignForExtension | Method 'getExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| design | DesignForExtension | Method 'setExpiration' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 74 | |
| misc | FinalParameters | Parameter date should be final. | 74 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 84). | 3 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 45 | |
| misc | FinalParameters | Parameter uri should be final. | 56 | |
| javadoc | JavadocMethod | Expected @param tag for 'uri'. | 56 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 61 | |
| javadoc | JavadocMethod | Expected an @return tag. | 62 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 66 | |
| javadoc | JavadocMethod | Expected an @return tag. | 67 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 71 | |
| javadoc | JavadocMethod | Expected an @return tag. | 72 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| misc | FinalParameters | Parameter propURI should be final. | 72 | |
| javadoc | JavadocMethod | Expected @param tag for 'propURI'. | 72 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 84 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 85 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 89 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 91 | |
| misc | FinalParameters | Parameter mc should be final. | 91 | |
| misc | FinalParameters | Parameter u should be final. | 91 | |
| misc | FinalParameters | Parameter d should be final. | 91 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 91 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 94 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 96 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 98 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 98 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 106 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 110 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 112 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 113 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 117 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 119 | |
| misc | FinalParameters | Parameter mc should be final. | 119 | |
| misc | FinalParameters | Parameter u should be final. | 119 | |
| misc | FinalParameters | Parameter l should be final. | 119 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 119 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 122 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 124 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 126 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 126 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 134 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 84). | 3 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| misc | FinalParameters | Parameter uri should be final. | 44 | |
| javadoc | JavadocMethod | Expected @param tag for 'uri'. | 44 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 49 | |
| javadoc | JavadocMethod | Expected an @return tag. | 50 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 54 | |
| javadoc | JavadocMethod | Expected an @return tag. | 55 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 61 | |
| javadoc | JavadocMethod | Expected an @return tag. | 62 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| misc | FinalParameters | Parameter propURI should be final. | 62 | |
| javadoc | JavadocMethod | Expected @param tag for 'propURI'. | 62 | |
| whitespace | WhitespaceAround | '||' is not preceded with whitespace. | 63 | |
| whitespace | WhitespaceAround | '||' is not followed by whitespace. | 63 | |
| whitespace | WhitespaceAround | '||' is not followed by whitespace. | 64 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 64 | |
| design | DesignForExtension | Method 'getUsername' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| design | DesignForExtension | Method 'setUsername' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 74 | |
| misc | FinalParameters | Parameter value should be final. | 74 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 74 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| misc | FinalParameters | Parameter uri should be final. | 46 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 50 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| misc | FinalParameters | Parameter uri should be final. | 65 | |
| misc | FinalParameters | Parameter shapes should be final. | 65 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| design | DesignForExtension | Method 'getShapes' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 74 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 76 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 77 | |
| design | DesignForExtension | Method 'setShapes' is not designed for extension - needs to be abstract, final or empty. | 82 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 82 | |
| misc | FinalParameters | Parameter shapes should be final. | 82 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 83 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 86 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 91 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 91 | |
| misc | FinalParameters | Parameter propURI should be final. | 91 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 92 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 92 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 94 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| misc | FinalParameters | Parameter uri should be final. | 58 | |
| javadoc | JavadocMethod | Expected @param tag for 'uri'. | 58 | |
| misc | FinalParameters | Parameter width should be final. | 58 | |
| javadoc | JavadocMethod | Expected @param tag for 'width'. | 58 | |
| misc | FinalParameters | Parameter depth should be final. | 58 | |
| javadoc | JavadocMethod | Expected @param tag for 'depth'. | 58 | |
| misc | FinalParameters | Parameter height should be final. | 59 | |
| javadoc | JavadocMethod | Expected @param tag for 'height'. | 59 | |
| misc | FinalParameters | Parameter system should be final. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| misc | FinalParameters | Parameter uri should be final. | 81 | |
| javadoc | JavadocMethod | Expected @param tag for 'uri'. | 81 | |
| misc | FinalParameters | Parameter width should be final. | 81 | |
| javadoc | JavadocMethod | Expected @param tag for 'width'. | 81 | |
| misc | FinalParameters | Parameter height should be final. | 81 | |
| javadoc | JavadocMethod | Expected @param tag for 'height'. | 81 | |
| misc | FinalParameters | Parameter depth should be final. | 82 | |
| javadoc | JavadocMethod | Expected @param tag for 'depth'. | 82 | |
| misc | FinalParameters | Parameter parent should be final. | 82 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 88 | |
| misc | FinalParameters | Parameter uri should be final. | 88 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 92 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 96 | |
| misc | FinalParameters | Parameter uri should be final. | 96 | |
| misc | FinalParameters | Parameter width should be final. | 96 | |
| misc | FinalParameters | Parameter height should be final. | 96 | |
| misc | FinalParameters | Parameter depth should be final. | 96 | |
| misc | FinalParameters | Parameter system should be final. | 97 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| misc | FinalParameters | Parameter width should be final. | 104 | |
| misc | FinalParameters | Parameter height should be final. | 104 | |
| misc | FinalParameters | Parameter depth should be final. | 104 | |
| misc | FinalParameters | Parameter system should be final. | 105 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 112 | |
| misc | FinalParameters | Parameter uri should be final. | 112 | |
| misc | FinalParameters | Parameter width should be final. | 112 | |
| misc | FinalParameters | Parameter height should be final. | 112 | |
| misc | FinalParameters | Parameter depth should be final. | 112 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 119 | |
| misc | FinalParameters | Parameter width should be final. | 119 | |
| misc | FinalParameters | Parameter height should be final. | 119 | |
| misc | FinalParameters | Parameter depth should be final. | 119 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 126 | |
| design | DesignForExtension | Method 'setWidth' is not designed for extension - needs to be abstract, final or empty. | 130 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 130 | |
| misc | FinalParameters | Parameter width should be final. | 130 | |
| design | DesignForExtension | Method 'getWidth' is not designed for extension - needs to be abstract, final or empty. | 134 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 134 | |
| design | DesignForExtension | Method 'setHeight' is not designed for extension - needs to be abstract, final or empty. | 138 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 138 | |
| misc | FinalParameters | Parameter height should be final. | 138 | |
| design | DesignForExtension | Method 'getHeight' is not designed for extension - needs to be abstract, final or empty. | 142 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 142 | |
| design | DesignForExtension | Method 'setDepth' is not designed for extension - needs to be abstract, final or empty. | 146 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 146 | |
| misc | FinalParameters | Parameter depth should be final. | 146 | |
| design | DesignForExtension | Method 'getDepth' is not designed for extension - needs to be abstract, final or empty. | 150 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 150 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 154 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 154 | |
| misc | FinalParameters | Parameter propURI should be final. | 154 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 155 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 155 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 157 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 164 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 166 | |
| javadoc | JavadocMethod | Expected an @return tag. | 170 | |
| design | DesignForExtension | Method 'getDistanceTo' is not designed for extension - needs to be abstract, final or empty. | 170 | |
| misc | FinalParameters | Parameter shape should be final. | 170 | |
| javadoc | JavadocMethod | Expected @param tag for 'shape'. | 170 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 171 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 176 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 188 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 188 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 191 | |
| coding | MagicNumber | '3' is a magic number. | 191 | |
| coding | MagicNumber | '3' is a magic number. | 192 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 193 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 195 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 198 | |
| design | DesignForExtension | Method 'getDistanceTo' is not designed for extension - needs to be abstract, final or empty. | 206 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 206 | |
| misc | FinalParameters | Parameter point should be final. | 206 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 212 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 212 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 213 | |
| coding | MagicNumber | '3' is a magic number. | 213 | |
| coding | MagicNumber | '3' is a magic number. | 214 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 215 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 217 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 222 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 224 | |
| design | DesignForExtension | Method 'computeBoundingVolume' is not designed for extension - needs to be abstract, final or empty. | 228 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 228 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 233 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 233 | |
| design | DesignForExtension | Method 'contains' is not designed for extension - needs to be abstract, final or empty. | 239 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 239 | |
| misc | FinalParameters | Parameter p should be final. | 239 | |
| design | DesignForExtension | Method 'contains' is not designed for extension - needs to be abstract, final or empty. | 243 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 243 | |
| misc | FinalParameters | Parameter shape should be final. | 243 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 246 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 257 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 257 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 259 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 259 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 261 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 261 | |
| coding | MagicNumber | '3' is a magic number. | 264 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 265 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 267 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| misc | FinalParameters | Parameter uri should be final. | 45 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 49 | |
| misc | FinalParameters | Parameter uri should be final. | 62 | |
| javadoc | JavadocMethod | Expected @param tag for 'uri'. | 62 | |
| misc | FinalParameters | Parameter radius should be final. | 62 | |
| javadoc | JavadocMethod | Expected @param tag for 'radius'. | 62 | |
| misc | FinalParameters | Parameter system should be final. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| misc | FinalParameters | Parameter radius should be final. | 66 | |
| misc | FinalParameters | Parameter system should be final. | 66 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| design | DesignForExtension | Method 'getRadius' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 74 | |
| design | DesignForExtension | Method 'setRadius' is not designed for extension - needs to be abstract, final or empty. | 78 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 78 | |
| misc | FinalParameters | Parameter radius should be final. | 78 | |
| design | DesignForExtension | Method 'getDistanceTo' is not designed for extension - needs to be abstract, final or empty. | 83 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 83 | |
| misc | FinalParameters | Parameter point should be final. | 83 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| misc | FinalParameters | Parameter propURI should be final. | 47 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 48 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| misc | FinalParameters | Parameter uri should be final. | 61 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 | |
| misc | FinalParameters | Parameter uri should be final. | 72 | |
| misc | FinalParameters | Parameter start should be final. | 72 | |
| misc | FinalParameters | Parameter end should be final. | 72 | |
| misc | FinalParameters | Parameter radius_start should be final. | 72 | |
| naming | ParameterName | Name 'radius_start' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 72 | |
| misc | FinalParameters | Parameter radius_end should be final. | 73 | |
| naming | ParameterName | Name 'radius_end' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 73 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 74 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 80 | |
| misc | FinalParameters | Parameter start should be final. | 80 | |
| misc | FinalParameters | Parameter end should be final. | 80 | |
| misc | FinalParameters | Parameter radius_start should be final. | 80 | |
| naming | ParameterName | Name 'radius_start' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 80 | |
| misc | FinalParameters | Parameter radius_end should be final. | 81 | |
| naming | ParameterName | Name 'radius_end' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 81 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 87 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 87 | |
| design | DesignForExtension | Method 'getRadiusStart' is not designed for extension - needs to be abstract, final or empty. | 91 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 91 | |
| design | DesignForExtension | Method 'setRadiusStart' is not designed for extension - needs to be abstract, final or empty. | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 95 | |
| misc | FinalParameters | Parameter radius should be final. | 95 | |
| design | DesignForExtension | Method 'getRadiusEnd' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 99 | |
| design | DesignForExtension | Method 'setRadiusEnd' is not designed for extension - needs to be abstract, final or empty. | 103 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 103 | |
| misc | FinalParameters | Parameter radius should be final. | 103 | |
| design | DesignForExtension | Method 'getStart' is not designed for extension - needs to be abstract, final or empty. | 107 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 107 | |
| design | DesignForExtension | Method 'getEnd' is not designed for extension - needs to be abstract, final or empty. | 111 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 111 | |
| design | DesignForExtension | Method 'getDistanceTo' is not designed for extension - needs to be abstract, final or empty. | 115 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 115 | |
| misc | FinalParameters | Parameter point should be final. | 115 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 116 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 126 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 134 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 134 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 140 | |
| misc | FinalParameters | Parameter p should be final. | 140 | |
| misc | FinalParameters | Parameter a should be final. | 140 | |
| misc | FinalParameters | Parameter b should be final. | 140 | |
| design | DesignForExtension | Method 'getDistanceTo' is not designed for extension - needs to be abstract, final or empty. | 146 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 146 | |
| misc | FinalParameters | Parameter shape should be final. | 146 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 147 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 152 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 154 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 168 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 170 | |
| javadoc | JavadocMethod | Expected an @return tag. | 175 | |
| misc | FinalParameters | Parameter t should be final. | 175 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 181 | |
| misc | FinalParameters | Parameter start should be final. | 181 | |
| misc | FinalParameters | Parameter dir should be final. | 181 | |
| misc | FinalParameters | Parameter box should be final. | 181 | |
| misc | FinalParameters | Parameter minDir should be final. | 181 | |
| misc | FinalParameters | Parameter maxDir should be final. | 182 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 198 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 200 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 203 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 208 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 210 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 213 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 215 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 218 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 220 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 223 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 225 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 228 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 230 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 232 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 235 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 235 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 235 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 241 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 46 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| misc | FinalParameters | Parameter uri should be final. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| misc | FinalParameters | Parameter uri should be final. | 68 | |
| javadoc | JavadocMethod | Expected @param tag for 'uri'. | 68 | |
| misc | FinalParameters | Parameter minorAxisLength should be final. | 68 | |
| misc | FinalParameters | Parameter majorAxisLength should be final. | 68 | |
| misc | FinalParameters | Parameter system should be final. | 69 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| misc | FinalParameters | Parameter minorAxisLength should be final. | 85 | |
| misc | FinalParameters | Parameter majorAxisLength should be final. | 85 | |
| misc | FinalParameters | Parameter system should be final. | 86 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 92 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 92 | |
| design | DesignForExtension | Method 'setMajorAxisLength' is not designed for extension - needs to be abstract, final or empty. | 96 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 96 | |
| misc | FinalParameters | Parameter majorAxisLength should be final. | 96 | |
| design | DesignForExtension | Method 'getMajorAxisLength' is not designed for extension - needs to be abstract, final or empty. | 100 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 100 | |
| design | DesignForExtension | Method 'setMinorAxisLength' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| misc | FinalParameters | Parameter minorAxisLength should be final. | 104 | |
| design | DesignForExtension | Method 'getMinorAxisLength' is not designed for extension - needs to be abstract, final or empty. | 108 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 108 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 112 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 112 | |
| misc | FinalParameters | Parameter propURI should be final. | 112 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 113 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 113 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 115 | |
| design | DesignForExtension | Method 'getDistanceTo' is not designed for extension - needs to be abstract, final or empty. | 122 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 122 | |
| misc | FinalParameters | Parameter point should be final. | 122 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 137 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 139 | |
| design | DesignForExtension | Method 'getProjectedPoints' is not designed for extension - needs to be abstract, final or empty. | 144 | |
| misc | FinalParameters | Parameter point should be final. | 144 | |
| javadoc | JavadocMethod | Expected @param tag for 'point'. | 144 | |
| javadoc | JavadocMethod | Expected @throws tag for 'JgclIndefiniteSolution'. | 145 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 160 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 160 | |
| misc | FinalParameters | Parameter intersect should be final. | 160 | |
| misc | FinalParameters | Parameter p should be final. | 160 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 165 | |
| design | DesignForExtension | Method 'getDistanceTo' is not designed for extension - needs to be abstract, final or empty. | 177 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 177 | |
| misc | FinalParameters | Parameter shape should be final. | 177 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 178 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 182 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 210 | |
| design | DesignForExtension | Method 'contains' is not designed for extension - needs to be abstract, final or empty. | 213 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 213 | |
| misc | FinalParameters | Parameter p should be final. | 213 | |
| design | DesignForExtension | Method 'computeBoundingVolume' is not designed for extension - needs to be abstract, final or empty. | 217 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 217 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| misc | FinalParameters | Parameter uri should be final. | 44 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| misc | FinalParameters | Parameter uri should be final. | 64 | |
| misc | FinalParameters | Parameter points should be final. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| misc | FinalParameters | Parameter points should be final. | 68 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 | |
| design | DesignForExtension | Method 'getDistanceTo' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| misc | FinalParameters | Parameter other should be final. | 76 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 77 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 83 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 91 | |
| javadoc | JavadocMethod | Expected an @return tag. | 93 | |
| design | DesignForExtension | Method 'getDistanceTo' is not designed for extension - needs to be abstract, final or empty. | 93 | |
| misc | FinalParameters | Parameter shape should be final. | 93 | |
| javadoc | JavadocMethod | Expected @param tag for 'shape'. | 93 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 108 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| misc | FinalParameters | Parameter uri should be final. | 57 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| misc | FinalParameters | Parameter uri should be final. | 68 | |
| misc | FinalParameters | Parameter start should be final. | 68 | |
| misc | FinalParameters | Parameter end should be final. | 68 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 | |
| misc | FinalParameters | Parameter start should be final. | 72 | |
| misc | FinalParameters | Parameter end should be final. | 72 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 73 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| design | DesignForExtension | Method 'getStart' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 80 | |
| design | DesignForExtension | Method 'getEnd' is not designed for extension - needs to be abstract, final or empty. | 84 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 84 | |
| design | DesignForExtension | Method 'getDistanceTo' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 88 | |
| misc | FinalParameters | Parameter point should be final. | 88 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 89 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 105 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 105 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 111 | |
| javadoc | JavadocMethod | Expected an @return tag. | 115 | |
| design | DesignForExtension | Method 'getDistanceTo' is not designed for extension - needs to be abstract, final or empty. | 115 | |
| misc | FinalParameters | Parameter shape should be final. | 115 | |
| javadoc | JavadocMethod | Expected @param tag for 'shape'. | 115 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 116 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 122 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 124 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 140 | |
| misc | FinalParameters | Parameter lineStart should be final. | 140 | |
| misc | FinalParameters | Parameter lineDir should be final. | 140 | |
| misc | FinalParameters | Parameter box should be final. | 140 | |
| misc | FinalParameters | Parameter minDir should be final. | 141 | |
| misc | FinalParameters | Parameter maxDir should be final. | 141 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 169 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 172 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 176 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 178 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 180 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 183 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 185 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 188 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 189 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 191 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 194 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 195 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 197 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 200 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 201 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 203 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 205 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 208 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 209 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 209 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 212 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| misc | FinalParameters | Parameter uri should be final. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| misc | FinalParameters | Parameter shapes should be final. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| misc | FinalParameters | Parameter uri should be final. | 47 | |
| misc | FinalParameters | Parameter shapes should be final. | 47 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| design | DesignForExtension | Method 'getDistanceTo' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| misc | FinalParameters | Parameter other should be final. | 56 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 57 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 63 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 63 | |
| design | DesignForExtension | Method 'getCenter' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 71 | |
| design | DesignForExtension | Method 'computeBoundingVolume' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| design | DesignForExtension | Method 'intersects' is not designed for extension - needs to be abstract, final or empty. | 96 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 96 | |
| misc | FinalParameters | Parameter base should be final. | 96 | |
| misc | FinalParameters | Parameter dir should be final. | 96 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 100 | |
| design | DesignForExtension | Method 'contains' is not designed for extension - needs to be abstract, final or empty. | 106 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 106 | |
| misc | FinalParameters | Parameter p should be final. | 106 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 110 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| misc | FinalParameters | Parameter uri should be final. | 53 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| misc | FinalParameters | Parameter uri should be final. | 73 | |
| misc | FinalParameters | Parameter points should be final. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 80 | |
| misc | FinalParameters | Parameter points should be final. | 80 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 87 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 87 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| javadoc | JavadocMethod | Expected an @return tag. | 97 | |
| design | DesignForExtension | Method 'getPoints' is not designed for extension - needs to be abstract, final or empty. | 97 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 99 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 100 | |
| design | DesignForExtension | Method 'setPoints' is not designed for extension - needs to be abstract, final or empty. | 105 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 105 | |
| misc | FinalParameters | Parameter points should be final. | 105 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 106 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 108 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 111 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 117 | |
| design | DesignForExtension | Method 'setLocalCoordinateSystem' is not designed for extension - needs to be abstract, final or empty. | 119 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 119 | |
| misc | FinalParameters | Parameter cs should be final. | 119 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 128 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 128 | |
| misc | FinalParameters | Parameter propURI should be final. | 128 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 129 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 129 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 131 | |
| design | DesignForExtension | Method 'checkValid' is not designed for extension - needs to be abstract, final or empty. | 137 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 137 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 141 | |
| design | DesignForExtension | Method 'computeBoundingVolume' is not designed for extension - needs to be abstract, final or empty. | 147 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 147 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 149 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 149 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 152 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 154 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 156 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 158 | |
| coding | MagicNumber | '3' is a magic number. | 158 | |
| coding | MagicNumber | '3' is a magic number. | 159 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 160 | |
| coding | MagicNumber | '4' is a magic number. | 160 | |
| coding | MagicNumber | '4' is a magic number. | 161 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 162 | |
| coding | MagicNumber | '5' is a magic number. | 162 | |
| coding | MagicNumber | '5' is a magic number. | 163 | |
| coding | MagicNumber | '3' is a magic number. | 165 | |
| coding | MagicNumber | '5' is a magic number. | 165 | |
| coding | MagicNumber | '4' is a magic number. | 165 | |
| coding | MagicNumber | '3' is a magic number. | 167 | |
| coding | MagicNumber | '4' is a magic number. | 168 | |
| coding | MagicNumber | '5' is a magic number. | 168 | |
| coding | MagicNumber | '4' is a magic number. | 168 | |
| design | DesignForExtension | Method 'contains' is not designed for extension - needs to be abstract, final or empty. | 172 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 172 | |
| misc | FinalParameters | Parameter p should be final. | 172 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| misc | FinalParameters | Parameter uri should be final. | 53 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| misc | FinalParameters | Parameter uri should be final. | 73 | |
| misc | FinalParameters | Parameter verts should be final. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 80 | |
| misc | FinalParameters | Parameter verts should be final. | 80 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 87 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 87 | |
| design | DesignForExtension | Method 'getVertices' is not designed for extension - needs to be abstract, final or empty. | 91 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 91 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 93 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 94 | |
| design | DesignForExtension | Method 'setVertices' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 99 | |
| misc | FinalParameters | Parameter verts should be final. | 99 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 100 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 102 | |
| coding | MagicNumber | '3' is a magic number. | 102 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 105 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 111 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 111 | |
| misc | FinalParameters | Parameter propURI should be final. | 111 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 112 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 112 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 114 | |
| design | DesignForExtension | Method 'getDistanceTo' is not designed for extension - needs to be abstract, final or empty. | 120 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 120 | |
| misc | FinalParameters | Parameter other should be final. | 120 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 121 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 127 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 127 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 133 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 135 | |
| design | DesignForExtension | Method 'getMidpoint' is not designed for extension - needs to be abstract, final or empty. | 138 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 140 | |
| design | DesignForExtension | Method 'checkValid' is not designed for extension - needs to be abstract, final or empty. | 154 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 154 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 158 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 164 | |
| design | DesignForExtension | Method 'castTo3D' is not designed for extension - needs to be abstract, final or empty. | 167 | |
| design | DesignForExtension | Method 'computeBoundingVolume' is not designed for extension - needs to be abstract, final or empty. | 174 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 174 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 176 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 176 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 179 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 181 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 183 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 185 | |
| coding | MagicNumber | '3' is a magic number. | 185 | |
| coding | MagicNumber | '3' is a magic number. | 186 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 187 | |
| coding | MagicNumber | '4' is a magic number. | 187 | |
| coding | MagicNumber | '4' is a magic number. | 188 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 189 | |
| coding | MagicNumber | '5' is a magic number. | 189 | |
| coding | MagicNumber | '5' is a magic number. | 190 | |
| coding | MagicNumber | '3' is a magic number. | 192 | |
| coding | MagicNumber | '5' is a magic number. | 192 | |
| coding | MagicNumber | '4' is a magic number. | 192 | |
| coding | MagicNumber | '3' is a magic number. | 194 | |
| coding | MagicNumber | '4' is a magic number. | 195 | |
| coding | MagicNumber | '5' is a magic number. | 195 | |
| coding | MagicNumber | '4' is a magic number. | 195 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 199 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 201 | |
| javadoc | JavadocMethod | Expected an @return tag. | 203 | |
| design | DesignForExtension | Method 'contains' is not designed for extension - needs to be abstract, final or empty. | 203 | |
| misc | FinalParameters | Parameter p should be final. | 203 | |
| javadoc | JavadocMethod | Expected @param tag for 'p'. | 203 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 204 | |
| coding | MagicNumber | '1000' is a magic number. | 212 | |
| coding | MagicNumber | '1000' is a magic number. | 213 | |
| coding | MagicNumber | '1000' is a magic number. | 216 | |
| coding | MagicNumber | '1000' is a magic number. | 216 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| misc | FinalParameters | Parameter uri should be final. | 51 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 55 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| misc | FinalParameters | Parameter uri should be final. | 70 | |
| misc | FinalParameters | Parameter faces should be final. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| misc | FinalParameters | Parameter faces should be final. | 75 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 80 | |
| design | DesignForExtension | Method 'getFaces' is not designed for extension - needs to be abstract, final or empty. | 84 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 84 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 86 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 87 | |
| design | DesignForExtension | Method 'setFaces' is not designed for extension - needs to be abstract, final or empty. | 92 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 92 | |
| misc | FinalParameters | Parameter faces should be final. | 92 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 93 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 95 | |
| coding | MagicNumber | '4' is a magic number. | 95 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 105 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 105 | |
| misc | FinalParameters | Parameter propURI should be final. | 105 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 106 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 106 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 108 | |
| design | DesignForExtension | Method 'getDistanceTo' is not designed for extension - needs to be abstract, final or empty. | 114 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 114 | |
| misc | FinalParameters | Parameter other should be final. | 114 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 115 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 121 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 121 | |
| design | DesignForExtension | Method 'computeBoundingVolume' is not designed for extension - needs to be abstract, final or empty. | 127 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 127 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 129 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 129 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 134 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 136 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 138 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 140 | |
| coding | MagicNumber | '3' is a magic number. | 140 | |
| coding | MagicNumber | '3' is a magic number. | 141 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 142 | |
| coding | MagicNumber | '4' is a magic number. | 142 | |
| coding | MagicNumber | '4' is a magic number. | 143 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 144 | |
| coding | MagicNumber | '5' is a magic number. | 144 | |
| coding | MagicNumber | '5' is a magic number. | 145 | |
| coding | MagicNumber | '3' is a magic number. | 147 | |
| coding | MagicNumber | '5' is a magic number. | 147 | |
| coding | MagicNumber | '4' is a magic number. | 147 | |
| coding | MagicNumber | '3' is a magic number. | 149 | |
| coding | MagicNumber | '4' is a magic number. | 150 | |
| coding | MagicNumber | '5' is a magic number. | 150 | |
| coding | MagicNumber | '4' is a magic number. | 150 | |
| design | DesignForExtension | Method 'contains' is not designed for extension - needs to be abstract, final or empty. | 154 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 154 | |
| misc | FinalParameters | Parameter p should be final. | 154 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| misc | FinalParameters | Parameter uri should be final. | 50 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| misc | FinalParameters | Parameter uri should be final. | 71 | |
| javadoc | JavadocMethod | Expected @param tag for 'uri'. | 71 | |
| misc | FinalParameters | Parameter head should be final. | 71 | |
| javadoc | JavadocMethod | Expected @param tag for 'head'. | 71 | |
| misc | FinalParameters | Parameter foot should be final. | 71 | |
| javadoc | JavadocMethod | Expected @param tag for 'foot'. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| misc | FinalParameters | Parameter head should be final. | 89 | |
| javadoc | JavadocMethod | Expected @param tag for 'head'. | 89 | |
| misc | FinalParameters | Parameter foot should be final. | 89 | |
| javadoc | JavadocMethod | Expected @param tag for 'foot'. | 89 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 98 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 98 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 102 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 105 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 106 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 108 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 112 | |
| design | DesignForExtension | Method 'getHead' is not designed for extension - needs to be abstract, final or empty. | 115 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 115 | |
| design | DesignForExtension | Method 'setHead' is not designed for extension - needs to be abstract, final or empty. | 119 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 119 | |
| misc | FinalParameters | Parameter head should be final. | 119 | |
| design | DesignForExtension | Method 'getFoot' is not designed for extension - needs to be abstract, final or empty. | 124 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 124 | |
| design | DesignForExtension | Method 'setFoot' is not designed for extension - needs to be abstract, final or empty. | 128 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 128 | |
| misc | FinalParameters | Parameter foot should be final. | 128 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 133 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 135 | |
| design | DesignForExtension | Method 'getMidpoint' is not designed for extension - needs to be abstract, final or empty. | 138 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 148 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 148 | |
| misc | FinalParameters | Parameter propURI should be final. | 148 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 149 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 149 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 151 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 153 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 159 | |
| javadoc | JavadocMethod | Expected an @return tag. | 162 | |
| design | DesignForExtension | Method 'getDistanceTo' is not designed for extension - needs to be abstract, final or empty. | 162 | |
| misc | FinalParameters | Parameter point should be final. | 162 | |
| javadoc | JavadocMethod | Expected @param tag for 'point'. | 162 | |
| design | DesignForExtension | Method 'computeBoundingVolume' is not designed for extension - needs to be abstract, final or empty. | 167 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 167 | |
| coding | MagicNumber | '3' is a magic number. | 189 | |
| coding | MagicNumber | '3' is a magic number. | 191 | |
| coding | MagicNumber | '3' is a magic number. | 193 | |
| coding | MagicNumber | '3' is a magic number. | 195 | |
| coding | MagicNumber | '3' is a magic number. | 197 | |
| coding | MagicNumber | '3' is a magic number. | 199 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 212 | |
| javadoc | JavadocMethod | Expected an @return tag. | 215 | |
| design | DesignForExtension | Method 'contains' is not designed for extension - needs to be abstract, final or empty. | 215 | |
| misc | FinalParameters | Parameter p should be final. | 215 | |
| javadoc | JavadocMethod | Expected @param tag for 'p'. | 215 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 51 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 53 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 55 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| misc | FinalParameters | Parameter uri should be final. | 64 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 68 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| misc | FinalParameters | Parameter uri should be final. | 85 | |
| misc | FinalParameters | Parameter pointRep should be final. | 85 | |
| misc | FinalParameters | Parameter system should be final. | 85 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 93 | |
| misc | FinalParameters | Parameter pointRep should be final. | 99 | |
| misc | FinalParameters | Parameter system should be final. | 99 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 105 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 107 | |
| misc | FinalParameters | Parameter uri should be final. | 113 | |
| misc | FinalParameters | Parameter system should be final. | 113 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 118 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 120 | |
| misc | FinalParameters | Parameter system should be final. | 124 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 129 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 129 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 133 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 136 | |
| javadoc | JavadocMethod | Expected an @return tag. | 139 | |
| design | DesignForExtension | Method 'getPointRepresentation' is not designed for extension - needs to be abstract, final or empty. | 139 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 141 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 143 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 147 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 149 | |
| design | DesignForExtension | Method 'getCenter' is not designed for extension - needs to be abstract, final or empty. | 152 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 155 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 157 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 162 | |
| javadoc | JavadocMethod | Expected an @return tag. | 166 | |
| design | DesignForExtension | Method 'getDistanceByBoundingVolume' is not designed for extension - needs to be abstract, final or empty. | 166 | |
| misc | FinalParameters | Parameter shape should be final. | 166 | |
| javadoc | JavadocMethod | Expected @param tag for 'shape'. | 166 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 170 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 172 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 174 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 176 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 181 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 185 | |
| javadoc | JavadocMethod | Expected @param tag for 'p'. | 190 | |
| design | DesignForExtension | Method 'setPointRepresentation' is not designed for extension - needs to be abstract, final or empty. | 192 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 192 | |
| misc | FinalParameters | Parameter point should be final. | 192 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 193 | |
| design | DesignForExtension | Method 'removePointRepresentation' is not designed for extension - needs to be abstract, final or empty. | 198 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 198 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 202 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 202 | |
| misc | FinalParameters | Parameter propURI should be final. | 202 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 203 | |
| design | DesignForExtension | Method 'setLocalCoordinateSystem' is not designed for extension - needs to be abstract, final or empty. | 210 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 210 | |
| misc | FinalParameters | Parameter system should be final. | 210 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 211 | |
| design | DesignForExtension | Method 'getLocalCoordinateSystem' is not designed for extension - needs to be abstract, final or empty. | 216 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 216 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 223 | |
| design | DesignForExtension | Method 'getBoundingVolume' is not designed for extension - needs to be abstract, final or empty. | 226 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 228 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 233 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 236 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 241 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 245 | |
| design | DesignForExtension | Method 'setBoundingVolume' is not designed for extension - needs to be abstract, final or empty. | 249 | |
| misc | FinalParameters | Parameter shape should be final. | 249 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 250 | |
| design | DesignForExtension | Method 'removeBoundingVolume' is not designed for extension - needs to be abstract, final or empty. | 255 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 255 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 259 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 262 | |
| design | DesignForExtension | Method 'intersects' is not designed for extension - needs to be abstract, final or empty. | 269 | |
| misc | FinalParameters | Parameter base should be final. | 269 | |
| misc | FinalParameters | Parameter dir should be final. | 269 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 295 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 296 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 300 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 301 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 302 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 309 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 311 | |
| javadoc | JavadocMethod | Expected an @return tag. | 315 | |
| javadoc | JavadocMethod | Expected @param tag for 'p'. | 315 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| misc | FinalParameters | Parameter uri should be final. | 44 | |
| misc | FinalParameters | Parameter system should be final. | 44 | |
| javadoc | JavadocMethod | Expected @param tag for 'system'. | 44 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 48 | |
| misc | FinalParameters | Parameter system should be final. | 51 | |
| javadoc | JavadocMethod | Expected @param tag for 'system'. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| misc | FinalParameters | Parameter uri should be final. | 59 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| misc | FinalParameters | Parameter uri should be final. | 47 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 51 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| misc | FinalParameters | Parameter uri should be final. | 68 | |
| misc | FinalParameters | Parameter pointRep should be final. | 68 | |
| misc | FinalParameters | Parameter system should be final. | 68 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| misc | FinalParameters | Parameter pointRep should be final. | 80 | |
| misc | FinalParameters | Parameter system should be final. | 80 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| misc | FinalParameters | Parameter system should be final. | 90 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 94 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| misc | FinalParameters | Parameter uri should be final. | 102 | |
| misc | FinalParameters | Parameter system should be final. | 102 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 106 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 106 | |
| design | DesignForExtension | Method 'get2DRepresentation' is not designed for extension - needs to be abstract, final or empty. | 114 | |
| design | DesignForExtension | Method 'set2DRepresentation' is not designed for extension - needs to be abstract, final or empty. | 119 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 119 | |
| misc | FinalParameters | Parameter shape should be final. | 119 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 120 | |
| design | DesignForExtension | Method 'remove2DRepresentation' is not designed for extension - needs to be abstract, final or empty. | 125 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 125 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 129 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 129 | |
| misc | FinalParameters | Parameter propURI should be final. | 129 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 130 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 130 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 132 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| design | DesignForExtension | Method 'create' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| sizes | MethodLength | Method length is 198 lines (max allowed is 150). | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 99 | |
| coding | MagicNumber | '3' is a magic number. | 158 | |
| coding | MagicNumber | '4' is a magic number. | 164 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 166 | |
| coding | MagicNumber | '5' is a magic number. | 171 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 173 | |
| coding | MagicNumber | '6' is a magic number. | 188 | |
| coding | MagicNumber | '3' is a magic number. | 195 | |
| coding | MagicNumber | '7' is a magic number. | 198 | |
| coding | MagicNumber | '3' is a magic number. | 204 | |
| coding | MagicNumber | '3' is a magic number. | 204 | |
| coding | MagicNumber | '8' is a magic number. | 207 | |
| coding | MagicNumber | '9' is a magic number. | 217 | |
| coding | MagicNumber | '10' is a magic number. | 231 | |
| coding | MagicNumber | '4' is a magic number. | 238 | |
| coding | MagicNumber | '11' is a magic number. | 241 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| misc | FinalParameters | Parameter uri should be final. | 47 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 51 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| misc | FinalParameters | Parameter uri should be final. | 68 | |
| misc | FinalParameters | Parameter radius should be final. | 68 | |
| misc | FinalParameters | Parameter system should be final. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| misc | FinalParameters | Parameter radius should be final. | 73 | |
| misc | FinalParameters | Parameter system should be final. | 73 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 78 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 78 | |
| design | DesignForExtension | Method 'getRadius' is not designed for extension - needs to be abstract, final or empty. | 82 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 82 | |
| design | DesignForExtension | Method 'setRadius' is not designed for extension - needs to be abstract, final or empty. | 87 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 87 | |
| misc | FinalParameters | Parameter radius should be final. | 87 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 91 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 91 | |
| misc | FinalParameters | Parameter propURI should be final. | 91 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 92 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 92 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 94 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 100 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 102 | |
| javadoc | JavadocMethod | Expected an @return tag. | 106 | |
| design | DesignForExtension | Method 'getDistanceTo' is not designed for extension - needs to be abstract, final or empty. | 106 | |
| misc | FinalParameters | Parameter shape should be final. | 106 | |
| javadoc | JavadocMethod | Expected @param tag for 'shape'. | 106 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 112 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 123 | |
| design | DesignForExtension | Method 'getDistanceTo' is not designed for extension - needs to be abstract, final or empty. | 130 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 130 | |
| misc | FinalParameters | Parameter point should be final. | 130 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 133 | |
| design | DesignForExtension | Method 'computeBoundingVolume' is not designed for extension - needs to be abstract, final or empty. | 143 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 143 | |
| design | DesignForExtension | Method 'contains' is not designed for extension - needs to be abstract, final or empty. | 148 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 148 | |
| misc | FinalParameters | Parameter p should be final. | 148 | |
| design | DesignForExtension | Method 'contains' is not designed for extension - needs to be abstract, final or empty. | 152 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 152 | |
| misc | FinalParameters | Parameter shape should be final. | 152 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 154 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 157 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 159 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 172 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 172 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 174 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 174 | |
| coding | MagicNumber | '3' is a magic number. | 177 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 178 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 180 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| misc | FinalParameters | Parameter uri should be final. | 46 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| misc | FinalParameters | Parameter uri should be final. | 66 | |
| misc | FinalParameters | Parameter verts should be final. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| misc | FinalParameters | Parameter verts should be final. | 73 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 80 | |
| design | DesignForExtension | Method 'setVertices' is not designed for extension - needs to be abstract, final or empty. | 84 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 84 | |
| misc | FinalParameters | Parameter verts should be final. | 84 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 85 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 87 | |
| coding | MagicNumber | '3' is a magic number. | 87 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 90 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| misc | FinalParameters | Parameter uri should be final. | 42 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| misc | FinalParameters | Parameter propURI should be final. | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 59 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 59 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| design | DesignForExtension | Method 'create' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 72 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| misc | FinalParameters | Parameter uri should be final. | 42 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| misc | FinalParameters | Parameter propURI should be final. | 50 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| misc | FinalParameters | Parameter uri should be final. | 42 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| misc | FinalParameters | Parameter propURI should be final. | 50 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| naming | ConstantName | Name 'PROP__SERIALIZED_VALUE' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| misc | FinalParameters | Parameter uri should be final. | 46 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| misc | FinalParameters | Parameter propURI should be final. | 54 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| design | DesignForExtension | Method 'getSerializedValue' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| design | DesignForExtension | Method 'setSerializedValue' is not designed for extension - needs to be abstract, final or empty. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 66 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 67 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| misc | FinalParameters | Parameter uri should be final. | 42 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| misc | FinalParameters | Parameter propURI should be final. | 50 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| naming | LocalVariableName | Name 'oci_AALSpaceDescriptor' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 60 | |
| naming | LocalVariableName | Name 'oci_AALSpaceStatus' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 | |
| naming | LocalVariableName | Name 'oci_Descriptor' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 66 | |
| naming | LocalVariableName | Name 'oci_PeerCard' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 66 | |
| coding | MagicNumber | '3' is a magic number. | 67 | |
| naming | LocalVariableName | Name 'oci_System' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 68 | |
| coding | MagicNumber | '4' is a magic number. | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 97 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 103 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 106 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 108 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 111 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 112 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 114 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 118 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| misc | FinalParameters | Parameter uri should be final. | 55 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| misc | FinalParameters | Parameter propURI should be final. | 63 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| design | DesignForExtension | Method 'getSpaceJoined' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| design | DesignForExtension | Method 'setSpaceJoined' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 75 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 76 | |
| design | DesignForExtension | Method 'getPeerJoined' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 80 | |
| design | DesignForExtension | Method 'setPeerJoined' is not designed for extension - needs to be abstract, final or empty. | 84 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 84 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 84 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 85 | |
| design | DesignForExtension | Method 'getSpaceChanged' is not designed for extension - needs to be abstract, final or empty. | 89 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 89 | |
| design | DesignForExtension | Method 'setSpaceChanged' is not designed for extension - needs to be abstract, final or empty. | 93 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 93 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 93 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 94 | |
| design | DesignForExtension | Method 'getSpaceLost' is not designed for extension - needs to be abstract, final or empty. | 98 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 98 | |
| design | DesignForExtension | Method 'setSpaceLost' is not designed for extension - needs to be abstract, final or empty. | 102 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 102 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 102 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 103 | |
| design | DesignForExtension | Method 'getPeerLost' is not designed for extension - needs to be abstract, final or empty. | 107 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 107 | |
| design | DesignForExtension | Method 'setPeerLost' is not designed for extension - needs to be abstract, final or empty. | 111 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 111 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 111 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 112 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 115 | |
| design | DesignForExtension | Method 'getAlive' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| design | DesignForExtension | Method 'setAlive' is not designed for extension - needs to be abstract, final or empty. | 120 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 120 | |
| misc | FinalParameters | Parameter alive should be final. | 120 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 121 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| misc | FinalParameters | Parameter uri should be final. | 42 | |
| javadoc | JavadocMethod | Expected an @return tag. | 47 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 52 | |
| javadoc | JavadocMethod | Expected an @return tag. | 55 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| misc | FinalParameters | Parameter arg0 should be final. | 55 | |
| javadoc | JavadocMethod | Expected @param tag for 'arg0'. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 65 | |
| design | DesignForExtension | Method 'getVisualModeStatus' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 | |
| design | DesignForExtension | Method 'setVisualModeStatus' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 76 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 77 | |
| design | DesignForExtension | Method 'getAuditoryModeStatus' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| design | DesignForExtension | Method 'setAuditoryModeStatus' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 85 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 86 | |
| design | DesignForExtension | Method 'getTactileModeStatus' is not designed for extension - needs to be abstract, final or empty. | 90 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 90 | |
| design | DesignForExtension | Method 'setTactileModeStatus' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 94 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 95 | |
| design | DesignForExtension | Method 'getOlfactoryModeStatus' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 99 | |
| design | DesignForExtension | Method 'setOlfactoryModeStatus' is not designed for extension - needs to be abstract, final or empty. | 103 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 103 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 103 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 104 | |
| design | DesignForExtension | Method 'getTextualModeStatus' is not designed for extension - needs to be abstract, final or empty. | 108 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 108 | |
| design | DesignForExtension | Method 'setTextualModeStatus' is not designed for extension - needs to be abstract, final or empty. | 112 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 112 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 112 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 113 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| misc | FinalParameters | Parameter uri should be final. | 34 | |
| javadoc | JavadocMethod | Expected an @return tag. | 39 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 44 | |
| javadoc | JavadocMethod | Expected an @return tag. | 47 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| misc | FinalParameters | Parameter arg0 should be final. | 47 | |
| javadoc | JavadocMethod | Expected @param tag for 'arg0'. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 57 | |
| design | DesignForExtension | Method 'getAlertOption' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| design | DesignForExtension | Method 'setAlertOption' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 64 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 65 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| design | FinalClass | Class AlertType should be declared as final. | 23 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 23 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| naming | ConstantName | Name 'names' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 31 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| naming | ConstantName | Name 'visualOnly' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| naming | ConstantName | Name 'audioOnly' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| naming | ConstantName | Name 'visualAndAudio' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| misc | FinalParameters | Parameter order should be final. | 41 | |
| coding | HiddenField | 'order' hides a field. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 47 | |
| javadoc | JavadocMethod | Expected an @return tag. | 50 | |
| misc | FinalParameters | Parameter propURI should be final. | 50 | |
| javadoc | JavadocMethod | Expected @param tag for 'propURI'. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| javadoc | JavadocMethod | Expected an @return tag. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 83 | |
| misc | FinalParameters | Parameter order should be final. | 83 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 96 | |
| misc | FinalParameters | Parameter name should be final. | 96 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 97 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 100 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 104 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 105 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 30 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 35 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 39 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 43 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 55 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| misc | FinalParameters | Parameter uri should be final. | 74 | |
| javadoc | JavadocMethod | Expected @param tag for 'uri'. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 95 | |
| misc | FinalParameters | Parameter arg0 should be final. | 95 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 101 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 105 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 112 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 113 | |
| design | DesignForExtension | Method 'getVolume' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| design | DesignForExtension | Method 'setVolume' is not designed for extension - needs to be abstract, final or empty. | 124 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 124 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 125 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 130 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 131 | |
| design | DesignForExtension | Method 'getPitch' is not designed for extension - needs to be abstract, final or empty. | 134 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 139 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 140 | |
| design | DesignForExtension | Method 'setPitch' is not designed for extension - needs to be abstract, final or empty. | 144 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 144 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 145 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 150 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 151 | |
| design | DesignForExtension | Method 'getKeySoundStatus' is not designed for extension - needs to be abstract, final or empty. | 154 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 159 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 160 | |
| design | DesignForExtension | Method 'setKeySoundStatus' is not designed for extension - needs to be abstract, final or empty. | 164 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 164 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 165 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 170 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 171 | |
| design | DesignForExtension | Method 'getVoiceGender' is not designed for extension - needs to be abstract, final or empty. | 174 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 179 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 180 | |
| design | DesignForExtension | Method 'setVoiceGender' is not designed for extension - needs to be abstract, final or empty. | 184 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 184 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 185 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 190 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 191 | |
| design | DesignForExtension | Method 'getSpeechRate' is not designed for extension - needs to be abstract, final or empty. | 194 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 199 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 200 | |
| design | DesignForExtension | Method 'setSpeechRate' is not designed for extension - needs to be abstract, final or empty. | 204 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 204 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 205 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 210 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 211 | |
| design | DesignForExtension | Method 'getSystemSounds' is not designed for extension - needs to be abstract, final or empty. | 214 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 219 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 220 | |
| design | DesignForExtension | Method 'setSystemSounds' is not designed for extension - needs to be abstract, final or empty. | 224 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 224 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 225 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| design | FinalClass | Class ColorType should be declared as final. | 23 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 23 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| naming | ConstantName | Name 'names' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 44 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| naming | ConstantName | Name 'white' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 49 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| naming | ConstantName | Name 'black' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 51 | |
| naming | ConstantName | Name 'lightGray' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 51 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 52 | |
| naming | ConstantName | Name 'darkGrey' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 52 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 53 | |
| naming | ConstantName | Name 'lightBlue' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 53 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 54 | |
| naming | ConstantName | Name 'darkBlue' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 54 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 | |
| naming | ConstantName | Name 'lightGreen' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 55 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 56 | |
| naming | ConstantName | Name 'darkGreen' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 56 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 57 | |
| naming | ConstantName | Name 'lightRed' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 57 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 58 | |
| naming | ConstantName | Name 'darkRed' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 58 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 59 | |
| naming | ConstantName | Name 'orange' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 59 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 60 | |
| naming | ConstantName | Name 'yellow' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 60 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 61 | |
| naming | ConstantName | Name 'cyan' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 61 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| naming | ConstantName | Name 'purple' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 63 | |
| naming | ConstantName | Name 'magenta' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 63 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 64 | |
| naming | ConstantName | Name 'pink' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 64 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| misc | FinalParameters | Parameter order should be final. | 68 | |
| coding | HiddenField | 'order' hides a field. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| misc | FinalParameters | Parameter propURI should be final. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 96 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 100 | |
| misc | FinalParameters | Parameter order should be final. | 100 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 139 | |
| misc | FinalParameters | Parameter name should be final. | 139 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 140 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 143 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 147 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 148 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| design | FinalClass | Class ContentDensityType should be declared as final. | 23 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 23 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| naming | ConstantName | Name 'names' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 30 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| naming | ConstantName | Name 'overview' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| naming | ConstantName | Name 'detailed' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| misc | FinalParameters | Parameter order should be final. | 39 | |
| coding | HiddenField | 'order' hides a field. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 45 | |
| javadoc | JavadocMethod | Expected an @return tag. | 48 | |
| misc | FinalParameters | Parameter propURI should be final. | 48 | |
| javadoc | JavadocMethod | Expected @param tag for 'propURI'. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| javadoc | JavadocMethod | Expected an @return tag. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| misc | FinalParameters | Parameter order should be final. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 92 | |
| misc | FinalParameters | Parameter name should be final. | 92 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 93 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 96 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 100 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 101 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| misc | FinalParameters | Parameter uri should be final. | 44 | |
| javadoc | JavadocMethod | Expected an @return tag. | 49 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 54 | |
| javadoc | JavadocMethod | Expected an @return tag. | 57 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| misc | FinalParameters | Parameter arg0 should be final. | 57 | |
| javadoc | JavadocMethod | Expected @param tag for 'arg0'. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 67 | |
| design | DesignForExtension | Method 'getPreferredModality' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 74 | |
| design | DesignForExtension | Method 'setPreferredModality' is not designed for extension - needs to be abstract, final or empty. | 78 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 78 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 78 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 79 | |
| design | DesignForExtension | Method 'getSecondaryModality' is not designed for extension - needs to be abstract, final or empty. | 83 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 83 | |
| design | DesignForExtension | Method 'setSecondaryModality' is not designed for extension - needs to be abstract, final or empty. | 87 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 87 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 87 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 88 | |
| design | DesignForExtension | Method 'getPreferredLanguage' is not designed for extension - needs to be abstract, final or empty. | 92 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 92 | |
| design | DesignForExtension | Method 'setPreferredLanguage' is not designed for extension - needs to be abstract, final or empty. | 96 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 96 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 96 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 97 | |
| design | DesignForExtension | Method 'getSecondaryLanguage' is not designed for extension - needs to be abstract, final or empty. | 101 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 101 | |
| design | DesignForExtension | Method 'setSecondaryLanguage' is not designed for extension - needs to be abstract, final or empty. | 105 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 105 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 105 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 106 | |
| design | DesignForExtension | Method 'getContentDensity' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| design | DesignForExtension | Method 'setContentDensity' is not designed for extension - needs to be abstract, final or empty. | 114 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 114 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 114 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 115 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| design | FinalClass | Class GenericFontFamily should be declared as final. | 23 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 23 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| naming | ConstantName | Name 'names' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 33 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| naming | ConstantName | Name 'serif' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| naming | ConstantName | Name 'sans_serif' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| naming | ConstantName | Name 'cursive' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| naming | ConstantName | Name 'fantasy' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| naming | ConstantName | Name 'monospace' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| misc | FinalParameters | Parameter order should be final. | 48 | |
| coding | HiddenField | 'order' hides a field. | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 54 | |
| javadoc | JavadocMethod | Expected an @return tag. | 57 | |
| misc | FinalParameters | Parameter propURI should be final. | 57 | |
| javadoc | JavadocMethod | Expected @param tag for 'propURI'. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 74 | |
| javadoc | JavadocMethod | Expected an @return tag. | 86 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 90 | |
| misc | FinalParameters | Parameter order should be final. | 90 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 107 | |
| misc | FinalParameters | Parameter name should be final. | 107 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 108 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 111 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 115 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 116 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| design | FinalClass | Class Intensity should be declared as final. | 23 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 23 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| naming | ConstantName | Name 'names' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 31 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| naming | ConstantName | Name 'low' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| naming | ConstantName | Name 'medium' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| naming | ConstantName | Name 'high' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| misc | FinalParameters | Parameter order should be final. | 39 | |
| coding | HiddenField | 'order' hides a field. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 45 | |
| javadoc | JavadocMethod | Expected an @return tag. | 48 | |
| misc | FinalParameters | Parameter propURI should be final. | 48 | |
| javadoc | JavadocMethod | Expected @param tag for 'propURI'. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| javadoc | JavadocMethod | Expected an @return tag. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| misc | FinalParameters | Parameter order should be final. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| misc | FinalParameters | Parameter name should be final. | 94 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 95 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 98 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 102 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 103 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| design | FinalClass | Class MainMenuConfigurationType should be declared as final. | 23 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 23 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| naming | ConstantName | Name 'names' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 32 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| naming | ConstantName | Name 'classic' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| naming | ConstantName | Name 'smart' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| naming | ConstantName | Name 'taskBar' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| misc | FinalParameters | Parameter order should be final. | 43 | |
| coding | HiddenField | 'order' hides a field. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 49 | |
| javadoc | JavadocMethod | Expected an @return tag. | 52 | |
| misc | FinalParameters | Parameter propURI should be final. | 52 | |
| javadoc | JavadocMethod | Expected @param tag for 'propURI'. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| javadoc | JavadocMethod | Expected an @return tag. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| misc | FinalParameters | Parameter order should be final. | 86 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 99 | |
| misc | FinalParameters | Parameter name should be final. | 99 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 100 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 103 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 107 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 108 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| design | FinalClass | Class PendingDialogsBuilderType should be declared as final. | 23 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 23 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| naming | ConstantName | Name 'names' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 30 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| naming | ConstantName | Name 'table' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| naming | ConstantName | Name 'buttons' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| misc | FinalParameters | Parameter order should be final. | 39 | |
| coding | HiddenField | 'order' hides a field. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 45 | |
| javadoc | JavadocMethod | Expected an @return tag. | 48 | |
| misc | FinalParameters | Parameter propURI should be final. | 48 | |
| javadoc | JavadocMethod | Expected @param tag for 'propURI'. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| javadoc | JavadocMethod | Expected an @return tag. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| misc | FinalParameters | Parameter order should be final. | 82 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 93 | |
| misc | FinalParameters | Parameter name should be final. | 93 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 94 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 97 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 101 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 102 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| design | FinalClass | Class PendingMessageBuilderType should be declared as final. | 23 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 23 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| naming | ConstantName | Name 'names' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 29 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| naming | ConstantName | Name 'simpleTable' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| misc | FinalParameters | Parameter order should be final. | 36 | |
| coding | HiddenField | 'order' hides a field. | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 42 | |
| javadoc | JavadocMethod | Expected an @return tag. | 45 | |
| misc | FinalParameters | Parameter propURI should be final. | 45 | |
| javadoc | JavadocMethod | Expected @param tag for 'propURI'. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| javadoc | JavadocMethod | Expected an @return tag. | 74 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 78 | |
| misc | FinalParameters | Parameter order should be final. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 88 | |
| misc | FinalParameters | Parameter name should be final. | 88 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 89 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 92 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 96 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 97 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| design | FinalClass | Class Size should be declared as final. | 23 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 23 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| naming | ConstantName | Name 'names' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 31 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| naming | ConstantName | Name 'small' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| naming | ConstantName | Name 'medium' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| naming | ConstantName | Name 'large' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| misc | FinalParameters | Parameter order should be final. | 39 | |
| coding | HiddenField | 'order' hides a field. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 45 | |
| javadoc | JavadocMethod | Expected an @return tag. | 48 | |
| misc | FinalParameters | Parameter propURI should be final. | 48 | |
| javadoc | JavadocMethod | Expected @param tag for 'propURI'. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| javadoc | JavadocMethod | Expected an @return tag. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| misc | FinalParameters | Parameter order should be final. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| misc | FinalParameters | Parameter name should be final. | 94 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 95 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 98 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 102 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 103 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| design | FinalClass | Class Status should be declared as final. | 23 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 23 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| naming | ConstantName | Name 'names' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 30 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| naming | ConstantName | Name 'on' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| naming | ConstantName | Name 'off' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| misc | FinalParameters | Parameter order should be final. | 37 | |
| coding | HiddenField | 'order' hides a field. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 43 | |
| javadoc | JavadocMethod | Expected an @return tag. | 46 | |
| misc | FinalParameters | Parameter propURI should be final. | 46 | |
| javadoc | JavadocMethod | Expected @param tag for 'propURI'. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| javadoc | JavadocMethod | Expected an @return tag. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| misc | FinalParameters | Parameter order should be final. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 90 | |
| misc | FinalParameters | Parameter name should be final. | 90 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 91 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 94 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 98 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 99 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| misc | FinalParameters | Parameter uri should be final. | 42 | |
| javadoc | JavadocMethod | Expected an @return tag. | 47 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 52 | |
| javadoc | JavadocMethod | Expected an @return tag. | 55 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| misc | FinalParameters | Parameter arg0 should be final. | 55 | |
| javadoc | JavadocMethod | Expected @param tag for 'arg0'. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 65 | |
| design | DesignForExtension | Method 'getMainMenuConfiguration' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 73 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 76 | |
| design | DesignForExtension | Method 'setMainMenuConfiguration' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 76 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 77 | |
| design | DesignForExtension | Method 'getUIRequestPersistance' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| design | DesignForExtension | Method 'setUIRequestPersistance' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 85 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 86 | |
| design | DesignForExtension | Method 'getSearchFeatureIsFirst' is not designed for extension - needs to be abstract, final or empty. | 90 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 90 | |
| design | DesignForExtension | Method 'setSearchFeatureIsFirst' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 94 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 95 | |
| design | DesignForExtension | Method 'getPendingMessageBuilder' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 99 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 100 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 103 | |
| design | DesignForExtension | Method 'setPendingMessageBuilder' is not designed for extension - needs to be abstract, final or empty. | 103 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 103 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 103 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 104 | |
| design | DesignForExtension | Method 'getPendingDialogBuilder' is not designed for extension - needs to be abstract, final or empty. | 108 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 108 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 109 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 112 | |
| design | DesignForExtension | Method 'setPendingDialogBuilder' is not designed for extension - needs to be abstract, final or empty. | 112 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 112 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 112 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 113 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 46 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 47 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| sizes | MethodLength | Method length is 489 lines (max allowed is 150). | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 212). | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 69 | |
| naming | LocalVariableName | Name 'oci_PendingMessageBuilderType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 70 | |
| naming | LocalVariableName | Name 'oci_MainMenuConfigurationType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 71 | |
| naming | LocalVariableName | Name 'oci_ContentDensityType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 71 | |
| naming | LocalVariableName | Name 'oci_Size' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 72 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 73 | |
| naming | LocalVariableName | Name 'oci_Intensity' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 73 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 74 | |
| naming | LocalVariableName | Name 'oci_AlertType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 74 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 75 | |
| naming | LocalVariableName | Name 'oci_ColorType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 75 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 76 | |
| naming | LocalVariableName | Name 'oci_GenericFontFamily' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 76 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 77 | |
| naming | LocalVariableName | Name 'oci_WindowLayoutType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 78 | |
| naming | LocalVariableName | Name 'oci_Status' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 78 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 79 | |
| naming | LocalVariableName | Name 'oci_PendingDialogsBuilderType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 79 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 80 | |
| naming | LocalVariableName | Name 'oci_Gender' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 80 | |
| naming | LocalVariableName | Name 'oci_VisualPreferences' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 83 | |
| naming | LocalVariableName | Name 'oci_SystemMenuPreferences' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 85 | |
| naming | LocalVariableName | Name 'oci_AccessMode' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 87 | |
| naming | LocalVariableName | Name 'oci_AlertPreferences' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 89 | |
| coding | MagicNumber | '3' is a magic number. | 90 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 91 | |
| naming | LocalVariableName | Name 'oci_GeneralInteractionPreferences' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 91 | |
| coding | MagicNumber | '4' is a magic number. | 92 | |
| naming | LocalVariableName | Name 'oci_AuditoryPreferences' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 93 | |
| coding | MagicNumber | '5' is a magic number. | 94 | |
| naming | LocalVariableName | Name 'oci_UIPreferences' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 95 | |
| coding | MagicNumber | '6' is a magic number. | 96 | |
| naming | LocalVariableName | Name 'oci_UIPreferencesService' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 97 | |
| coding | MagicNumber | '7' is a magic number. | 98 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 106 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 106 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 126 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 132 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 145 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 169 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 182 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 527 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| misc | FinalParameters | Parameter uri should be final. | 44 | |
| javadoc | JavadocMethod | Expected an @return tag. | 49 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 54 | |
| javadoc | JavadocMethod | Expected an @return tag. | 57 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| misc | FinalParameters | Parameter arg0 should be final. | 57 | |
| javadoc | JavadocMethod | Expected @param tag for 'arg0'. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 67 | |
| design | DesignForExtension | Method 'getAlertPreferences' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| design | DesignForExtension | Method 'setAlertPreferences' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 79 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 80 | |
| design | DesignForExtension | Method 'getVisualPreferences' is not designed for extension - needs to be abstract, final or empty. | 84 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 84 | |
| design | DesignForExtension | Method 'setVisualPreferences' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 88 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 88 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 89 | |
| design | DesignForExtension | Method 'getAudioPreferences' is not designed for extension - needs to be abstract, final or empty. | 93 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 93 | |
| design | DesignForExtension | Method 'setAudioPreferences' is not designed for extension - needs to be abstract, final or empty. | 97 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 97 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 97 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 98 | |
| design | DesignForExtension | Method 'getInteractionPreferences' is not designed for extension - needs to be abstract, final or empty. | 102 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 102 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 103 | |
| design | DesignForExtension | Method 'setInteractionPreferences' is not designed for extension - needs to be abstract, final or empty. | 106 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 106 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 107 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 108 | |
| design | DesignForExtension | Method 'getAccessMode' is not designed for extension - needs to be abstract, final or empty. | 112 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 112 | |
| design | DesignForExtension | Method 'setAccessMode' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 116 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 117 | |
| design | DesignForExtension | Method 'getSystemMenuPreferences' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 122 | |
| design | DesignForExtension | Method 'setSystemMenuPreferences' is not designed for extension - needs to be abstract, final or empty. | 125 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 125 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 125 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 126 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 47 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 49 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 51 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 53 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| misc | FinalParameters | Parameter uri should be final. | 60 | |
| javadoc | JavadocMethod | Expected an @return tag. | 65 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 70 | |
| javadoc | JavadocMethod | Expected an @return tag. | 73 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| misc | FinalParameters | Parameter arg0 should be final. | 73 | |
| javadoc | JavadocMethod | Expected @param tag for 'arg0'. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 82 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 82 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 83 | |
| design | DesignForExtension | Method 'getBrightness' is not designed for extension - needs to be abstract, final or empty. | 98 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 98 | |
| design | DesignForExtension | Method 'setBrightness' is not designed for extension - needs to be abstract, final or empty. | 103 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 103 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 103 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 104 | |
| design | DesignForExtension | Method 'getComponentSpacing' is not designed for extension - needs to be abstract, final or empty. | 108 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 108 | |
| design | DesignForExtension | Method 'setComponentSpacing' is not designed for extension - needs to be abstract, final or empty. | 113 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 113 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 113 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 114 | |
| design | DesignForExtension | Method 'getContentContrast' is not designed for extension - needs to be abstract, final or empty. | 118 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 118 | |
| design | DesignForExtension | Method 'setContentContrast' is not designed for extension - needs to be abstract, final or empty. | 122 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 122 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 122 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 123 | |
| design | DesignForExtension | Method 'getScreenSaverUsage' is not designed for extension - needs to be abstract, final or empty. | 127 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 127 | |
| design | DesignForExtension | Method 'setScreenSaverUsage' is not designed for extension - needs to be abstract, final or empty. | 131 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 131 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 131 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 132 | |
| design | DesignForExtension | Method 'getBackgroundColor' is not designed for extension - needs to be abstract, final or empty. | 136 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 136 | |
| design | DesignForExtension | Method 'setBackgroundColor' is not designed for extension - needs to be abstract, final or empty. | 140 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 140 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 140 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 141 | |
| design | DesignForExtension | Method 'getFontColor' is not designed for extension - needs to be abstract, final or empty. | 145 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 145 | |
| design | DesignForExtension | Method 'setFontColor' is not designed for extension - needs to be abstract, final or empty. | 149 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 149 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 149 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 150 | |
| design | DesignForExtension | Method 'getFontSize' is not designed for extension - needs to be abstract, final or empty. | 154 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 154 | |
| design | DesignForExtension | Method 'setFontSize' is not designed for extension - needs to be abstract, final or empty. | 158 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 158 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 158 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 159 | |
| design | DesignForExtension | Method 'getScreenResolution' is not designed for extension - needs to be abstract, final or empty. | 163 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 163 | |
| design | DesignForExtension | Method 'setScreenResolution' is not designed for extension - needs to be abstract, final or empty. | 167 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 167 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 167 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 168 | |
| design | DesignForExtension | Method 'getDayNightMode' is not designed for extension - needs to be abstract, final or empty. | 172 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 172 | |
| design | DesignForExtension | Method 'setDayNightMode' is not designed for extension - needs to be abstract, final or empty. | 176 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 176 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 176 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 177 | |
| design | DesignForExtension | Method 'getWindowLayout' is not designed for extension - needs to be abstract, final or empty. | 181 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 181 | |
| design | DesignForExtension | Method 'setWindowLayout' is not designed for extension - needs to be abstract, final or empty. | 185 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 185 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 185 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 186 | |
| design | DesignForExtension | Method 'getFontFamily' is not designed for extension - needs to be abstract, final or empty. | 190 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 190 | |
| design | DesignForExtension | Method 'setFontFamily' is not designed for extension - needs to be abstract, final or empty. | 194 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 194 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 194 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 195 | |
| design | DesignForExtension | Method 'getFlashingResources' is not designed for extension - needs to be abstract, final or empty. | 199 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 199 | |
| design | DesignForExtension | Method 'setFlashingResources' is not designed for extension - needs to be abstract, final or empty. | 203 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 203 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 203 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 204 | |
| design | DesignForExtension | Method 'getHighlightColor' is not designed for extension - needs to be abstract, final or empty. | 208 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 208 | |
| design | DesignForExtension | Method 'setHighlightColor' is not designed for extension - needs to be abstract, final or empty. | 212 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 212 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 212 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 213 | |
| design | DesignForExtension | Method 'getCursorSize' is not designed for extension - needs to be abstract, final or empty. | 217 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 217 | |
| design | DesignForExtension | Method 'setCursorSize' is not designed for extension - needs to be abstract, final or empty. | 221 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 221 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 221 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 222 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| design | FinalClass | Class VoiceGender should be declared as final. | 23 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 23 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| naming | ConstantName | Name 'names' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 30 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| naming | ConstantName | Name 'male' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| naming | ConstantName | Name 'female' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| misc | FinalParameters | Parameter order should be final. | 37 | |
| coding | HiddenField | 'order' hides a field. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 43 | |
| javadoc | JavadocMethod | Expected an @return tag. | 46 | |
| misc | FinalParameters | Parameter propURI should be final. | 46 | |
| javadoc | JavadocMethod | Expected @param tag for 'propURI'. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| javadoc | JavadocMethod | Expected an @return tag. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| misc | FinalParameters | Parameter order should be final. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 90 | |
| misc | FinalParameters | Parameter name should be final. | 90 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 91 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 94 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 98 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 99 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| design | FinalClass | Class WindowLayoutType should be declared as final. | 23 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 23 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| naming | ConstantName | Name 'names' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 30 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| naming | ConstantName | Name 'tiled' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| naming | ConstantName | Name 'overlap' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| misc | FinalParameters | Parameter order should be final. | 37 | |
| coding | HiddenField | 'order' hides a field. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 43 | |
| javadoc | JavadocMethod | Expected an @return tag. | 46 | |
| misc | FinalParameters | Parameter propURI should be final. | 46 | |
| javadoc | JavadocMethod | Expected @param tag for 'propURI'. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| javadoc | JavadocMethod | Expected an @return tag. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| misc | FinalParameters | Parameter order should be final. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 90 | |
| misc | FinalParameters | Parameter name should be final. | 90 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 91 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 94 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 98 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 99 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| misc | FinalParameters | Parameter uri should be final. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 57 | |
| javadoc | JavadocMethod | Expected an @return tag. | 60 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| misc | FinalParameters | Parameter propURI should be final. | 60 | |
| javadoc | JavadocMethod | Expected @param tag for 'propURI'. | 60 | |
| javadoc | JavadocMethod | Expected an @return tag. | 67 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 67 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 18 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 19 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 20 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 21 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| misc | FinalParameters | Parameter uri should be final. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| misc | FinalParameters | Parameter baseUnit should be final. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| misc | FinalParameters | Parameter uri should be final. | 38 | |
| misc | FinalParameters | Parameter baseUnit should be final. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| misc | FinalParameters | Parameter uri should be final. | 43 | |
| misc | FinalParameters | Parameter baseUnit should be final. | 43 | |
| misc | FinalParameters | Parameter basePrefix should be final. | 43 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| misc | FinalParameters | Parameter arg0 should be final. | 53 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 58 | |
| design | DesignForExtension | Method 'getBaseUnit' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 65 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 66 | |
| design | DesignForExtension | Method 'getBasePrefix' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 74 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 74 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 75 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 18 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 19 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 20 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 21 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| misc | FinalParameters | Parameter uri should be final. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| misc | FinalParameters | Parameter uri should be final. | 33 | |
| misc | FinalParameters | Parameter base should be final. | 33 | |
| misc | FinalParameters | Parameter dividend should be final. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| misc | FinalParameters | Parameter uri should be final. | 38 | |
| misc | FinalParameters | Parameter symbol should be final. | 38 | |
| misc | FinalParameters | Parameter base should be final. | 38 | |
| misc | FinalParameters | Parameter dividend should be final. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| misc | FinalParameters | Parameter uri should be final. | 44 | |
| misc | FinalParameters | Parameter base should be final. | 44 | |
| misc | FinalParameters | Parameter basePrefix should be final. | 44 | |
| misc | FinalParameters | Parameter dividend should be final. | 44 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| misc | FinalParameters | Parameter arg0 should be final. | 61 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 66 | |
| design | DesignForExtension | Method 'getDividedBy' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 73 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 74 | |
| design | DesignForExtension | Method 'getDividedByPrefix' is not designed for extension - needs to be abstract, final or empty. | 78 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 78 | |
| design | DesignForExtension | Method 'setDividedByPrefix' is not designed for extension - needs to be abstract, final or empty. | 82 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 82 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 82 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 83 | |
| design | DesignForExtension | Method 'getSymbol' is not designed for extension - needs to be abstract, final or empty. | 87 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 87 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| design | FinalClass | Class MeasurableDimension should be declared as final. | 20 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 20 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 21 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 22 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 24 | |
| naming | ConstantName | Name '_LENGTH' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| naming | ConstantName | Name '_MASS' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 25 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 26 | |
| naming | ConstantName | Name '_TIME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 26 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| naming | ConstantName | Name '_CURRENT' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 28 | |
| naming | ConstantName | Name '_TEMPERATURE' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| naming | ConstantName | Name '_LUMINANCE' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| naming | ConstantName | Name '_SUBSTANCE_AMMOUNT' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| naming | ConstantName | Name '_ADIEMNSIONAL' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| naming | ConstantName | Name '_COMPUTER_STORAGE' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| naming | ConstantName | Name '_DERIVED' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| naming | ConstantName | Name '_CURRENCY' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| naming | ConstantName | Name 'names' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 36 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| naming | ConstantName | Name 'Length' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| naming | ConstantName | Name 'Mass' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| naming | ConstantName | Name 'Time' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| naming | ConstantName | Name 'Current' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 | |
| naming | ConstantName | Name 'Temperature' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| naming | ConstantName | Name 'Luminance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 52 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 52 | |
| naming | ConstantName | Name 'SubstanceAmmount' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 54 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 54 | |
| naming | ConstantName | Name 'Adiemnsional' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 56 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 56 | |
| naming | ConstantName | Name 'ComputerStorage' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 56 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 58 | |
| naming | ConstantName | Name 'Derived' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 58 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 60 | |
| naming | ConstantName | Name 'Currency' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 60 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| misc | FinalParameters | Parameter order should be final. | 65 | |
| coding | HiddenField | 'order' hides a field. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| misc | FinalParameters | Parameter propURI should be final. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 74 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 78 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 82 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 86 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 90 | |
| misc | FinalParameters | Parameter order should be final. | 90 | |
| coding | EqualsHashCode | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 117 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 117 | |
| misc | FinalParameters | Parameter other should be final. | 117 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 119 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 122 | |
| misc | FinalParameters | Parameter name should be final. | 122 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 123 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 126 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 129 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 130 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 18 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 19 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 20 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 21 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 23 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| misc | FinalParameters | Parameter uri should be final. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| misc | FinalParameters | Parameter base should be final. | 34 | |
| misc | FinalParameters | Parameter mult should be final. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| misc | FinalParameters | Parameter uri should be final. | 39 | |
| misc | FinalParameters | Parameter base should be final. | 39 | |
| misc | FinalParameters | Parameter mult should be final. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| misc | FinalParameters | Parameter uri should be final. | 44 | |
| misc | FinalParameters | Parameter base should be final. | 44 | |
| misc | FinalParameters | Parameter basePrefix should be final. | 44 | |
| misc | FinalParameters | Parameter mult should be final. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| misc | FinalParameters | Parameter uri should be final. | 49 | |
| misc | FinalParameters | Parameter base should be final. | 49 | |
| misc | FinalParameters | Parameter basePrefix should be final. | 49 | |
| misc | FinalParameters | Parameter mult should be final. | 49 | |
| misc | FinalParameters | Parameter multPrefix should be final. | 50 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| misc | FinalParameters | Parameter arg0 should be final. | 60 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 65 | |
| design | DesignForExtension | Method 'getMultipliedBy' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 72 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 73 | |
| design | DesignForExtension | Method 'getMultipliedByPrefix' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 81 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 82 | |
| design | DesignForExtension | Method 'getSymbol' is not designed for extension - needs to be abstract, final or empty. | 86 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 86 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 20 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 23 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| misc | FinalParameters | Parameter uri should be final. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| misc | FinalParameters | Parameter uri should be final. | 35 | |
| misc | FinalParameters | Parameter name should be final. | 35 | |
| misc | FinalParameters | Parameter symbol should be final. | 35 | |
| misc | FinalParameters | Parameter base should be final. | 35 | |
| misc | FinalParameters | Parameter power should be final. | 35 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| misc | FinalParameters | Parameter arg0 should be final. | 47 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 52 | |
| design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 60 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 61 | |
| design | DesignForExtension | Method 'getPower' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 69 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 70 | |
| design | DesignForExtension | Method 'getSymbol' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 74 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 78 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 78 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 79 | |
| design | DesignForExtension | Method 'getBase' is not designed for extension - needs to be abstract, final or empty. | 83 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 83 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 87 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 87 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 88 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 20 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 22 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 23 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| misc | FinalParameters | Parameter uri should be final. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| misc | FinalParameters | Parameter uri should be final. | 37 | |
| misc | FinalParameters | Parameter name should be final. | 37 | |
| misc | FinalParameters | Parameter symbol should be final. | 37 | |
| misc | FinalParameters | Parameter dimension should be final. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| misc | FinalParameters | Parameter uri should be final. | 45 | |
| misc | FinalParameters | Parameter name should be final. | 45 | |
| misc | FinalParameters | Parameter symbol should be final. | 45 | |
| misc | FinalParameters | Parameter dimension should be final. | 46 | |
| misc | FinalParameters | Parameter us should be final. | 46 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| misc | FinalParameters | Parameter arg0 should be final. | 58 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 60 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 67 | |
| design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 75 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 76 | |
| design | DesignForExtension | Method 'getSymbol' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 80 | |
| design | DesignForExtension | Method 'setSymbol' is not designed for extension - needs to be abstract, final or empty. | 84 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 84 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 84 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 85 | |
| design | DesignForExtension | Method 'getDimension' is not designed for extension - needs to be abstract, final or empty. | 89 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 89 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 93 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 93 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 94 | |
| design | DesignForExtension | Method 'getUnitSystem' is not designed for extension - needs to be abstract, final or empty. | 98 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 98 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 102 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 102 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 103 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 44 | |
| sizes | MethodLength | Method length is 263 lines (max allowed is 150). | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 56 | |
| naming | LocalVariableName | Name 'oci_measurableDimension' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 56 | |
| naming | LocalVariableName | Name 'oci_Unit' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 59 | |
| naming | LocalVariableName | Name 'oci_UnitSystem' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 | |
| naming | LocalVariableName | Name 'oci_Prefix' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 63 | |
| coding | MagicNumber | '3' is a magic number. | 64 | |
| naming | LocalVariableName | Name 'oci_MultipliedUnit' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 65 | |
| coding | MagicNumber | '4' is a magic number. | 66 | |
| naming | LocalVariableName | Name 'oci_DividedUnit' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 67 | |
| coding | MagicNumber | '5' is a magic number. | 68 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 69 | |
| naming | LocalVariableName | Name 'oci_DerivedUnit' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 69 | |
| naming | LocalVariableName | Name 'oci_UnitService' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 | |
| coding | MagicNumber | '6' is a magic number. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| naming | LocalVariableName | Name 'oci_UnitConversionService' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 72 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 73 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 73 | |
| coding | MagicNumber | '7' is a magic number. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 91 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 108 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 127 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 167 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 189 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 205 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 212 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 214 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 217 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 221 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 225 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 229 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 233 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 236 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 237 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 240 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 241 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 278 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 290 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 23 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| misc | FinalParameters | Parameter uri should be final. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| misc | FinalParameters | Parameter uri should be final. | 38 | |
| misc | FinalParameters | Parameter name should be final. | 38 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| misc | FinalParameters | Parameter arg0 should be final. | 47 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 52 | |
| design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 60 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 61 | |
| design | DesignForExtension | Method 'getUnits' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 67 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 69 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 71 | |
| design | DesignForExtension | Method 'addUnits' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| misc | FinalParameters | Parameter newValue should be final. | 75 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 78 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 82 | |
| design | DesignForExtension | Method 'setUnits' is not designed for extension - needs to be abstract, final or empty. | 90 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 90 | |
| misc | FinalParameters | Parameter propertyValue should be final. | 90 | |
| design | DesignForExtension | Method 'getPrefixes' is not designed for extension - needs to be abstract, final or empty. | 98 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 98 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 100 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 102 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 104 | |
| design | DesignForExtension | Method 'addPrefixes' is not designed for extension - needs to be abstract, final or empty. | 108 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 108 | |
| misc | FinalParameters | Parameter newValue should be final. | 108 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 111 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 115 | |
| design | DesignForExtension | Method 'setPrefixes' is not designed for extension - needs to be abstract, final or empty. | 123 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 123 | |
| misc | FinalParameters | Parameter propertyValue should be final. | 123 | |
| design | DesignForExtension | Method 'setPrefixes' is not designed for extension - needs to be abstract, final or empty. | 131 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 131 | |
| misc | FinalParameters | Parameter propList should be final. | 131 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 26 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| misc | FinalParameters | Parameter uri should be final. | 50 | |
| javadoc | JavadocMethod | Expected @param tag for 'uri'. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| misc | FinalParameters | Parameter arg0 should be final. | 58 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 23 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| misc | FinalParameters | Parameter uri should be final. | 30 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| misc | FinalParameters | Parameter arg0 should be final. | 38 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 24 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 26 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 26 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 26 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 26 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| misc | FinalParameters | Parameter name should be final. | 45 | |
| misc | FinalParameters | Parameter symb should be final. | 45 | |
| misc | FinalParameters | Parameter power should be final. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 24 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 29 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 46 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 47 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 49 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 51 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 52 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 53 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 54 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 55 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 56 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 57 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 58 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 59 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 60 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 61 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 63 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 64 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 65 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 65 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| misc | FinalParameters | Parameter name should be final. | 77 | |
| misc | FinalParameters | Parameter symb should be final. | 77 | |
| misc | FinalParameters | Parameter power should be final. | 77 | |
| coding | MagicNumber | '10' is a magic number. | 78 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 32 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 46 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 52 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 54 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 23 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 23 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 26 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| misc | FinalParameters | Parameter uri should be final. | 32 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| misc | FinalParameters | Parameter propURI should be final. | 36 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| misc | FinalParameters | Parameter uri should be final. | 32 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| misc | FinalParameters | Parameter propURI should be final. | 40 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| misc | FinalParameters | Parameter uri should be final. | 32 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| misc | FinalParameters | Parameter propURI should be final. | 40 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| misc | FinalParameters | Parameter uri should be final. | 36 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| misc | FinalParameters | Parameter propURI should be final. | 44 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| misc | FinalParameters | Parameter uri should be final. | 32 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| misc | FinalParameters | Parameter propURI should be final. | 40 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| misc | FinalParameters | Parameter uri should be final. | 32 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| misc | FinalParameters | Parameter propURI should be final. | 40 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| misc | FinalParameters | Parameter uri should be final. | 32 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| misc | FinalParameters | Parameter propURI should be final. | 40 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| misc | FinalParameters | Parameter uri should be final. | 32 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| misc | FinalParameters | Parameter propURI should be final. | 40 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| misc | FinalParameters | Parameter uri should be final. | 32 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| misc | FinalParameters | Parameter propURI should be final. | 40 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| misc | FinalParameters | Parameter uri should be final. | 44 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| misc | FinalParameters | Parameter propURI should be final. | 52 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| misc | FinalParameters | Parameter uri should be final. | 39 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| misc | FinalParameters | Parameter propURI should be final. | 47 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| misc | FinalParameters | Parameter uri should be final. | 32 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| misc | FinalParameters | Parameter propURI should be final. | 40 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| misc | FinalParameters | Parameter uri should be final. | 32 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| misc | FinalParameters | Parameter propURI should be final. | 40 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| misc | FinalParameters | Parameter uri should be final. | 36 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| misc | FinalParameters | Parameter propURI should be final. | 44 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| misc | FinalParameters | Parameter uri should be final. | 42 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| misc | FinalParameters | Parameter propURI should be final. | 50 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 52 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 54 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| misc | FinalParameters | Parameter ontURI should be final. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| design | DesignForExtension | Method 'create' is not designed for extension - needs to be abstract, final or empty. | 66 | |
| sizes | MethodLength | Method length is 177 lines (max allowed is 150). | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 79 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 212 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| misc | FinalParameters | Parameter uri should be final. | 32 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| misc | FinalParameters | Parameter propURI should be final. | 40 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| misc | FinalParameters | Parameter uri should be final. | 32 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| misc | FinalParameters | Parameter propURI should be final. | 40 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| misc | FinalParameters | Parameter uri should be final. | 32 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| misc | FinalParameters | Parameter propURI should be final. | 40 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |